aspnetcore/src/Middleware/WebSockets
Doug Bunting 339c720d86
Merge branch 'release/3.1' into 'master'
2019-09-20 21:56:41 -07:00
..
ref Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14083) 2019-09-17 22:06:38 -07:00
samples [release/3.1] Update dependencies from 2 repositories (#13571) 2019-09-15 21:27:50 -07:00
src [release/3.1] Update dependencies from 2 repositories (#13571) 2019-09-15 21:27:50 -07:00
test [master] Update dependencies from 3 repositories (#13548) 2019-09-18 19:15:49 +00:00
README.md
setup-wstest.ps1
setup-wstest.sh

README.md

WebSockets

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

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