andreas / ocaml-graphql-server

GraphQL servers in OCaml
MIT License
624 stars 60 forks source link

First stab at websockets #133

Closed andreas closed 5 years ago

andreas commented 5 years ago

This PR is the first stab at adding a websocket transport (protocol documentation). It's based on the following:

Note that this PR requires pinning cohttp to master until a new release is out.

The code generally needs some more spit'n polish, but it's in a workable state now.