Netty TCP Server Example with Springboot
| Require | Description |
|---|---|
| IntelliJ IDEA | 2019.1 above |
| Git | We recommend source-tree |
The project manages the version of IntelliJ IDEA
- Download IntelliJ IDEA from LINK
- Install
- Clone the Repository above
This Project Written for Who need Netty TCP Server Example for Business Level.
1. It's based on Netty Library with Springboot
2. It's working like HTTP Server(Once Request, Response)
3. if you need like Chat Server, you need implement Channel by client connection.
