konstructs / server

A voxel based game server.
http://www.konstructs.org
MIT License
49 stars 12 forks source link

Replace client conneciton with a Web Socket #81

Open petterarvidsson opened 8 years ago

petterarvidsson commented 8 years ago

To simplify infrastructure set up, use akka-http web socket support rather than TCP. WebSockets supports binary and text data, just as our own protocol, so we should reuse that fucntionality.