How to install socket.io on a ASP.NET project on WebMatrix?

Dileepan

New Member
I just started working on WebMatrix 2 recently, I've been reading that socket.io is a great tool to send and receive events in my application.The thing is I'm completely new to socket.io and I don't know where can I install it, I tried NugGet but I can't find a helper that offers the support for socket.io. I read that I should create a project from the Node.js templates but I want to work on ASP.NET and I'm not familiar with Node.js.How can I install socket.io into my WebMatrix? What are the guidelines to use socket.io in a ASP.NET project? Any help will be appreciated. Thanks in advance.
 
Back
Top