I work with asp.net.
I want to write an application in real time without an ajax request.
I need free technology - something like node.js and socket.io.
What is the alternative for asp.net - node.JS and SOCKET.IO?
Check out SignalR
Asynchronous signal library for .NET for creating multi-user applications in real time interactive web applications
Why not use httplistener / tcplistener? It is in BCL and is part of the ECMA standard. So, I think you can say that it is free? Not?
I have used AspComet in the past.
Source code: https://github.com/nmosafi/aspcomet
Review: http://neilmosafi.blogspot.com/2010/11/aspcomet-high-level-architecture.html
Source: https://habr.com/ru/post/1396659/More articles:How to add a global exception handler / logger in Mule - muleNullReferenceException in DevTrends.MvcDonutCaching.KeyGenerator.GenerateKey - asp.net-mvc-4Java array, add element to next empty index - javaStorage and access to obsolete UserID in asp.net membership - asp.netSpring @ Beans Configuration - "Best" Place? - springCopy one file to a nonexistent folder - powershellHow to get the best performance from the Hudson CI API? - performancefinite series matching - regexChange default Windows keyboard shortcuts - c #Selenium Webdriver. Mouse inaccuracy in Internet Explorer 9 - seleniumAll Articles