eclipse-sprotty / sprotty-server

Server implementation for the Sprotty diagramming framework
https://eclipse.org/sprotty
Eclipse Public License 2.0
23 stars 19 forks source link

Implemented request/response actions #34

Closed spoenemann closed 4 years ago

spoenemann commented 4 years ago

This change applies the new request API of https://github.com/eclipse/sprotty/pull/103 to the server. I added an example for better integration testing of such server side features.

spoenemann commented 4 years ago

Do ./gradlew runExamples to launch the examples server.