Hello world WebSocketServer with Netty
I’ve done to write hello world of WebSocketServer (for html5 websocket) with Netty (a network framework by jboss) . It’s really simple to create. You start with 7 step to create WebSocketServer : S1 : Create new project with “HelloNetty” name S2 : Download documentation in : http://netty.io/docs/ and lib of Netty : http://netty.io/downloads/ S3…