I try to build a Netty server which accept JSON/HTTP requests, do some small stuff with POJOs, call a remote TCP server, read the response from the TCP server and return back a response in JSON/HTTP to the client (I guess all in the same event loop).
Could you please point me some code helping on this?
Thanks,
--nick