aspnetcore/src/WebSockets
Nate McMaster bd5bf34351
Merge branch 'release/2.2'
2018-11-09 07:29:37 -08:00
..
build Fix NU1605 build error by ensuring package versions are set correctly in subfolder projects (#3987) 2018-11-08 23:40:14 -08:00
samples Remove obsolete logging API usage (#3953) 2018-11-06 14:50:35 -08:00
src Reorganize source code in preparation to move into aspnet/AspNetCore 2018-10-17 15:57:02 -07:00
test Reorganize source code in preparation to move into aspnet/AspNetCore 2018-10-17 15:57:02 -07:00
.gitignore Reorganize source code in preparation to move into aspnet/AspNetCore 2018-10-17 15:57:02 -07:00
Directory.Build.props Fix NU1605 build error by ensuring package versions are set correctly in subfolder projects (#3987) 2018-11-08 23:40:14 -08:00
NuGetPackageVerifier.json Reorganize source code in preparation to move into aspnet/AspNetCore 2018-10-17 15:57:02 -07:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-10-17 15:57:02 -07:00
WebSockets.sln Reorganize source code in preparation to move into aspnet/AspNetCore 2018-10-17 15:57:02 -07:00
build.cmd Remove the WebSockets submodule 2018-10-17 14:53:22 -07:00
build.sh Remove the WebSockets submodule 2018-10-17 14:53:22 -07:00
version.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-10-17 15:57:02 -07:00

README.md

WebSockets

AppVeyor: AppVeyor

Travis: Travis

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

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

System Requirements

This repo has a few special system requirements/prerequisites.

  1. Windows IIS Express tests require IIS Express 10 and Windows 8 for WebSockets support
  2. HttpListener/ASP.NET 4.6 samples require at least Windows 8
  3. Autobahn Test Suite requires special installation see the README.md in test/AutobahnTestApp