Closed robertfromont closed 5 years ago
Hi Robert,
awesome! Thanks for this! I am sure it will be helpful for other Java developers! Just as a heads-up: I am thinking of using a simple REST API for the server communication for the EMU-webApp2 instead of a websocket connection. That should simplify server implementations a fair bit. However, it could still be several months until I have anything usable... will keep you posted!
Greetings from Munich (hope to see you at ICPhS)
Great. A REST API would indeed simplify things. However, you did a great job of documenting the web-socket protocol, so doing it that way wasn't too hard.
Yes, the current plan is to be at ICPhS...
I'm currently working on some integration between the EMU-webApp and LaBB-CAT, which is implemented in Java.
I'm implementing a Java server endpoint, and thought a skeleton of it might be useful for future Java developers.