tylerjwatson/paper-tiger

core: tcp server

Closed this issue · 1 comments

A uv-based tcp server will be ideal to listen for terraria clients. what's not clear yet is how to reliably read from streams.

The event-loop based server is ideal for non-blocking IO, but will need to hand packets to the handler in the game loop somehow.

Implemented in server.c, just waiting on send mechanism