I want to use Elm 0.17.0 to do some visualizations. I've been struggling a 
bit on how I can fit Elm into my system. I'm still a little on the 
inexperienced side of web programming, so please be kind in some of my 
ignorances. :P

I've got a C++ libwebsockets server that is handling http and my own 
protocol (let's call it 'debug-info') for information I want to visualize. 
I have it serving a little html/javascript which works, but I'd love to 
replace that with something generated by Elm.

How do I go about upgrading the websocket in Elm? I've been trying to 
adapt http://elm-lang.org/examples/websockets for my purposes. I had 
thought I could just subscribe to the protocol when I want, but it seems I 
have to make the right handshake and upgrade to the protocol I need.

Any tutorials/examples/advise is welcome!

Thanks!
Eric

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to