# Packages
No description provided by the author
# Interfaces
Connection represents a server connection.
P2PServer represents a p2p server.
Server represents a server.
# Type aliases
OnConnectedHandler is a function that is to be called once a new Connection is successfully established.
OnDisconnectedHandler is a function that is to be called once a Connection has been disconnected.
OnInvalidMessageHandler is a function that is to be called when an invalid message (cannot be parsed/doesn't have a route) was received from a connection.