Skip to main content

dgql

0 config deno graphql side car.

Overview

Dgql is a deno graphql server generator that takes json and transforms it to a fully configurable production ready graphql server. Its purpose is to generate an executable that you either launch along your application as a subprocess or include it directly.

Realtime

Dgql is a real time gql server. Toss it a endpoint that it can fetch a datasource from and it will update without needing to re-deploy your server! This brings the concept of allowing data to shape your application and sync with live tested changes of dgql.

JSON

The first datasource of choice is the universal json format. We define a schema that you build from to create your entire graphql server!

Developing

To get the gql server up run deno run --allow-net --allow-read --allow-env server.ts.

License

MIT