Simplifying server-client development

I built this library in collaboration with ThatsNasu. We wanted to build a simple library, that would allow us to easily build server-client applications. We wanted to be able to send and receive data, without having to reimpliment the same code over and over again.

It is pretty rebust and simple to use. I even used it once, to build a simple HTTP-Server.

Features

  • Byte-based socket communication
  • Data-pre- and -post-processing
  • Eventlisteners