tchx84 / Gameeky

Play, create and learn
GNU General Public License v3.0
75 stars 12 forks source link

service: Simplify protocol to use TCP only #74

Closed tchx84 closed 6 months ago

tchx84 commented 6 months ago

This implements a newline-delimited JSON message protocol to replace the UDP message protocol. Main reason is, I do not want to rebuild TCP on top of UDP at the moment.