However, we only run that automation if the Autobahn test suite runner (wstest) is installed. After this is in and we can verify it on the CI we'll look at making it mandatory for building the repo. Also includes test applications and scripts for running Autobahn suites against arbitrary ASP.NET 4.6, ASP.NET Core and HttpListener applications. |
||
|---|---|---|
| samples | ||
| src | ||
| test | ||
| tools | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| LICENSE.txt | ||
| NuGet.config | ||
| NuGetPackageVerifier.json | ||
| README.md | ||
| WebSockets.sln | ||
| appveyor.yml | ||
| build.cmd | ||
| build.ps1 | ||
| build.sh | ||
| global.json | ||
| makefile.shade | ||
README.md
WebSockets
Contains a managed implementation of the WebSocket protocol, along with client and 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.
- Windows IIS Express tests require IIS Express 10 and Windows 8 for WebSockets support
- HttpListener/ASP.NET 4.6 samples require at least Windows 8
- Autobahn Test Suite requires special installation see the README.md in test/AutobahnTestApp