aspnetcore/src/Middleware/WebSockets
Doug Bunting 339c720d86
Merge branch 'release/3.1' into 'master'
2019-09-20 21:56:41 -07:00
..
ref
samples
src
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