ghcjs / jsaddle

JavaScript interface that works with GHCJS or GHC
116 stars 62 forks source link

Using WebSockets with JSADDLE #110

Open freeman42x opened 4 years ago

freeman42x commented 4 years ago

I'm currently using JSADDLE with jsaddle-warp: https://github.com/fairy-tale-agi-solutions/haskell-editor-setup/blob/master/src/Main.hs#L47

Is there some JSADDLE (compatible) library that works with a WebSocket server and Miso?

The reason I'm using JSADDLE over GHCJS is because with GHCJS I lose tooling support in editors / IDEs.