Skip to content

revskill10/graphql-subscriptions-ws

 
 

Repository files navigation

graphql-subscriptions-ws

Proof of concept for using GraphQL subscriptions with the graphql-api library.

This package is largely a port of the subscriptions-transport-ws JavaScript/TypeScript library to Haskell.

It also comes with an example GraphiQL app in the graphiql-example directory.

Building and running

stack build
stack exec -- graphql-subscriptions-ws

To run the GraphiQL frontend, in the graphiql-example directory:

npm install
npm run build
npm run start

About

GraphQL subscriptions in Haskell using the graphql-api library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 67.5%
  • JavaScript 28.1%
  • HTML 4.4%