go-netty / go-netty

Extensible network application framework inspired by netty
Apache License 2.0
478 stars 92 forks source link

Production use #48

Open Tochemey opened 1 year ago

Tochemey commented 1 year ago

Nice work for this library. I have used Netty and DotNetty in the past for so many projects. I would like to know whether this library is being used in production yet.

limpo1989 commented 1 year ago

Yes, in the company in my job, we use go-netty to implement a RPC framework and serve as our application layer infrastructure. It works well 😁