theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

[server] Added WebSocket endpoint for LSP #152

Closed spoenemann closed 7 years ago

spoenemann commented 7 years ago

Added an endpoint implementation for using sprotty with Xtext via a WebSocket.

Note that the code for the MessageHandler implementation would be simpler if we just concatenate all partial messages with a StringBuilder, but I chose the more efficient way of multiplexing an input stream over all message parts.