Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
看起来它Netty Http-Server只是在做一件事: 当它被请求时somedomain/hello,它将返回“ Hello World”字符串。
Netty Http-Server
somedomain/hello
Hello World
如果有人就这个问题给我建议,我们将不胜感激。
这是一个hello world netty示例。您可以通过搜索在 google 上找到netty hello world。
netty hello world