theia-ide / sprotty

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

is there a simple example of implementing a WebSocketDiagramServer? #184

Closed ryaneberly closed 7 years ago

ryaneberly commented 7 years ago

There are some great examples in this repo. But the server side examples seems to all be integrated with an xtext editor. It would be helpful to me to understand what a vanilla server side model would look like without the other extras.

spoenemann commented 7 years ago

There has been a very simple example that we removed some time ago. You can still find it here:

https://github.com/theia-ide/sprotty/tree/v0.1.2/server/diagram-server-examples

ryaneberly commented 7 years ago

@spoenemann , thank you. That's helpful.