Go to file
Brennan 32ff0e14a1 Missed a comma, whoops 2014-12-16 10:24:47 -08:00
src Reacting to System.Threading version changes 2014-12-15 15:10:39 -08:00
test Missed a comma, whoops 2014-12-16 10:24:47 -08:00
.gitattributes
.gitignore Made the server project aspnet50 instead of net45 2014-09-04 01:41:48 -07:00
CONTRIBUTING.md Compile for CoreClr. Seperate Client project. Rename everything. 2014-06-12 20:11:12 -07:00
LICENSE.txt
NuGet.Config Updating to dev NuGet.config 2014-12-08 15:25:11 -08:00
README.md Compile for CoreClr. Seperate Client project. Rename everything. 2014-06-12 20:11:12 -07:00
WebSockets.sln #1 - Implement Autobahn test client & server. 2014-10-22 10:39:28 -07:00
build.cmd Updated build.cmd 2014-09-05 01:53:27 -07:00
build.sh Adding build.sh 2014-10-21 12:49:36 -07:00
global.json
makefile.shade Change the default author in makefile.shade 2014-06-18 16:52:47 -07:00

README.md

WebSockets

Contains a managed implementation of the WebSocket protocol, along with client and server integration components.

This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.