aspnetcore/src/Middleware/WebSockets
Justin Kotalik cc1f23c5f8
Make Middleware internal and remove internal namespaces (#11538)
2019-06-25 13:23:20 -07:00
..
ref Allow headers to match on ReferenceEquals before OrdinalIgnoreCase (#9341) 2019-04-18 12:00:01 -07:00
samples Move obj and bin directories into repo root (#10063) 2019-05-15 13:44:55 -07:00
src Make Middleware internal and remove internal namespaces (#11538) 2019-06-25 13:23:20 -07:00
test Make Middleware internal and remove internal namespaces (#11538) 2019-06-25 13:23:20 -07: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