Closed dboris closed 4 years ago
Sadly, async_js_jane
has not been open-sourced yet. There are plans to do so, but it will be a long time.
I should probably remove this example from the public repo.
One can trivially fix the code using async_js
instead of async_js_jane
Ah yes, that's correct. Sorry; I was thinking about the server-side of the websocket communication not being open-source. Indeed, in web/examples/rpc_chat/server/src/dune
, the cohttp_static_handler
and simple_web_server
libraries are not open source.
I'm closing this because we currently don't have any plans for open-sourcing the server-side code.
Trying to build the rpc_chat client:
What package do I need to install?