Closed kawu closed 6 years ago
The websockets library seems to be an overkill, given the simplicity of the communication protocol between the client and the server.
Still, some compatibility checking would be welcome.
Concraft relies on the scotty
webserver now.
In particular, if websockets simplify things, you can also try to make connections between a client and a server a little more safe (e.g. you could check if the client is compatible with the server).