Windows 8 store app with c# and socket.io client

I want to connect my Windows 8 store app with a node.js socket.io server. Is there any library for c# and socket.io?

you can always create a hidden browser element with socket.io javascript client in it. It can function as the proxy between nodejs server and your win8 app.