hjaremko / asciinem

Dynamic terminal MMO RPG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement server network listener

hjaremko opened this issue · comments

Listener should work in the background and collect new incoming connections. They should be delegated to the connection_manager submodule for further handling.

Steps:

  • Add interface
  • Add asio implementation