Skip to content
Ben edited this page Mar 19, 2021 · 1 revision

Welcome to the OpenNetLib wiki!

Building up a complete System which is capable to exchange data between a server and a number of clients can be hard. This library is meant to shorten the way and make server-client-communication as easy as possible. That is to say if you just want to send some data between to endpoints, it shouldn't take you more than 10 minutes until first bytes flow. And if you have bigger, more complicated projects this library has you covered, too.

What can you expect?

It starts simple. If you just want to send and receive some data it is as easy as implementing a server and a client class, start the server and the client and you're done. From there on things can get as complex as you want to.

We think what you can expect is:

  • easy and intuitive syntax
  • good flexibility
  • great possibilities

Keep in mind this library is still in beta so errors may occur. If you encounter ANY errors or have any suggestions feel free to post them into the Issues Tab!