kawu / concraft-pl

A morphosyntactic tagger for Polish based on conditional random fields
http://zil.ipipan.waw.pl/Concraft
BSD 2-Clause "Simplified" License
20 stars 2 forks source link

Consider using websockets library for client/server communication #6

Closed kawu closed 6 years ago

kawu commented 11 years ago

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).

kawu commented 10 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.

kawu commented 6 years ago

Concraft relies on the scotty webserver now.