This project contains a simple socket server implementation with Netty.
I wrote an article on Linkedin about this project, but if you have any questions please do not hesitate to contact me!
-
Requirements:
- Java 8
- Maven
- Eclipse
-
Import this Maven project to Eclipse.
-
Open and run the main Server class br.com.fredericci.iot.server.ServerApplication
-
Open and run the main Client class br.com.fredericci.iot.client.ClientApplication
-
Check the log console.
See you!