i have interest in asp.net web app use html5 websocket, long polling.
i've heard that for use websock, longpoll must need socket listening server process separately iis web server.
i thought that node.js, tornado, misultin and etc... are having special factor for async communication but they are just web server program.
.net has manos project, but i looked document, it is just framework same as mvc framework.
my question is, i want to make lightweight webapp. then what do I need to use?