Skip to content
Trevor Flynn edited this page Jan 16, 2021 · 3 revisions

Welcome to the monkey-netty wiki!

To get started, you will first need to setup your project to use Monkey-Netty. Please follow the instructions in the README on setting up Gradle or Maven projects.

Once your project is setup, refer to the Server Setup for getting your first server running. Then read Client Setup for how to get your first client connected to your server. Next read Custom Messages for building your own messages. Finally, refer to our example project to see a very simple working implementation.

Clone this wiki locally