deepanprabhu / netty-twoway-tcp-client-server

Sample code, on how to use Netty to build a simple TCP Server/Client, Exchanging string messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netty Two Way TCP Client Server

Sample code, on how to use Netty to build a simple TCP Server/Client, Exchanging string messages. Since I don't find a simple example on the internet, and to practice using Netty, i have this code snippet. Feel free to modify and reuse.

I had a lot of help from Atomix guys !

About

Sample code, on how to use Netty to build a simple TCP Server/Client, Exchanging string messages

License:The Unlicense


Languages

Language:Java 100.0%