I am looking for a free implementation for Comet or Push. Here is an example of a chat made by comets: http://www.phpchatsoftware.com/phpbb/ I have my own server.
Are there such things?
PS I am using asp.NET on the server and jQuery on the client.
Is there anything new? or maybe this is the latest open source technology free achievement: http://www.codeproject.com/KB/aspnet/CometAsync.aspx ?
WebSync has a free community edition, but it is limited to only 10 concurrent users. There are also PunHub and open-source erlycomet . I don't know of any open source cometary servers in .Net, though.
GitHub has an open source cometary ASP.NET implementation called aspComet . The solution comes with an example chat project.
According to this question, PokeIn is probably the best you can do. It is not open source, but there is a free community version. Check it out: http://www.pokein.com/ . Hope this helps.
Have you checked SignalR ? And here is a working SignalR example called JabbR .
Take a look at the Push Framework, an open source development library. The Chat Client Client application is one of the demos.
Source: https://habr.com/ru/post/1337642/More articles:Eclipse environment for mya python modules - pythonUsing Nokogiri sharing on text nodes inside DocumentFragment - ruby | fooobar.comSQL table design question - sqlPowerbuilder: Popup Positioning - powerbuilderCommunication error Java DLL - javaAre there any good open source web servers for ASP.NET MVC applications? - c #Why does the DejaVu Sans Mono font look different (G) Vim and Emacs? - vimCan I use Subversion for a low quality 3G network? - svnAn unobtrusive way to make $ (document) .ready (.....) in rails 3 - javascriptDIsable Python module - pythonAll Articles