I would like to play with the new Web Socket support in Chrome (and soon Firefox), but could not find a WCF implementation that would act as a server.
Has anyone implemented a .net server for WCF Web Socket?
The Web Socket protocol specification is so simple that you could implement a server to play in a couple of hours. Assuming you already have a TCP server component, it’s just a matter of implementing a handshake (responding to a client’s request) and then receiving or sending data frames over TCP.
Delphi /; . .NET.
( ) WebSockets:
draft-hixie-thewebsocketprotocol-75 draft-hixie-thewebsocketprotocol-76
HTML5. , ( ), , WCF.
, .
http://www.codeproject.com/KB/WCF/WCFWebApp.aspx
Source: https://habr.com/ru/post/1728847/More articles:Как я прочитал заданное количество строк из конца файла, используя потоки в С++? - c++Calculation of the first and last days of the current week - datePHP: variable name as an instance of a class - instantiationGetting the first and last days of the current week - cocoa-touchMaintaining graph consistency with nHibernate - hibernatePython function returns None after recursion - pythonRuby pearls already activated - ruby | fooobar.comResult Set Caching - springUpdating multiple columns in SQL with a bound multipart identifier - sqlМожно ли десериализовать JSON для списка> с помощью JSON.Net - genericsAll Articles