Is there any C# analogue of Node.js?
I want a lightweight async http and websocket server.
Required platform: mono.
There are some. I know following:
Here's a good list of your options (along with an async server example).
I use httpserver myself, and it works fine for my requirements.