Good Open Source Projects Using Netty Infrastructure

Are there any good open source projects that use Netty? I saw some examples from http://netty.io/docs/ . I want to see how it is used in the real world. How do they separate the network layer from business logic, etc. And other best practices.

Thanks!

+4
source share
2 answers

Here is a good list of open and closed source projects using Netty.

https://github.com/netty/netty/wiki/Related-projects

Hope this helps.

+4
source

Shameless plugin: here is a java game server that I wrote using Netty.

+2
source

Source: https://habr.com/ru/post/1398924/


All Articles