aspnetcore/src/WebSockets
Pavel Krymets 9d570d791f
Remove obsolete logging API usage (#3953)
2018-11-06 14:50:35 -08:00
..
build Reorganize source code in preparation to move into aspnet/AspNetCore 2018-10-17 15:34:25 -07: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:34:25 -07:00
test Reorganize source code in preparation to move into aspnet/AspNetCore 2018-10-17 15:34:25 -07:00
.gitignore Reorganize source code in preparation to move into aspnet/AspNetCore 2018-10-17 15:34:25 -07:00
Directory.Build.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-10-17 15:34:25 -07:00
Directory.Build.targets Reorganize source code in preparation to move into aspnet/AspNetCore 2018-10-17 15:34:25 -07:00
NuGetPackageVerifier.json Reorganize source code in preparation to move into aspnet/AspNetCore 2018-10-17 15:34:25 -07:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-10-17 15:34:25 -07:00
WebSockets.sln Reorganize source code in preparation to move into aspnet/AspNetCore 2018-10-17 15:34:25 -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:34:25 -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