Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any .NET equivalents to Node.js?

I'm aware of Dan Newcome's partial implementation of Node.Net (port of Node.js using JScript.Net) though it seems like he has seized development on it. Are there any other single-threaded (or multi-threaded) event-driven servers in .NET?

like image 321
David H Avatar asked Nov 28 '25 00:11

David H


1 Answers

Try to look at manos.

like image 169
yojimbo87 Avatar answered Nov 29 '25 17:11

yojimbo87