Go to file
Andrew Stanton-Nurse 91e94b1353 automate the autobahn test suite (#101)
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.
2016-07-15 11:54:24 -07:00
samples automate the autobahn test suite (#101) 2016-07-15 11:54:24 -07:00
src One build to rule them all 2016-07-07 14:16:10 -07:00
test automate the autobahn test suite (#101) 2016-07-15 11:54:24 -07:00
tools Strong name everything. 2015-11-03 12:05:40 -08:00
.gitattributes Build with dotnet (#70). 2016-02-04 11:15:27 -08:00
.gitignore automate the autobahn test suite (#101) 2016-07-15 11:54:24 -07:00
.travis.yml automate the autobahn test suite (#101) 2016-07-15 11:54:24 -07:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config Updating to release. 2016-04-06 09:47:46 -07:00
NuGetPackageVerifier.json Enabled xml doc generation 2016-02-19 12:29:48 -08:00
README.md automate the autobahn test suite (#101) 2016-07-15 11:54:24 -07:00
WebSockets.sln automate the autobahn test suite (#101) 2016-07-15 11:54:24 -07:00
appveyor.yml automate the autobahn test suite (#101) 2016-07-15 11:54:24 -07:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:18 -08:00
build.ps1 Updating to release. 2016-04-06 09:47:46 -07:00
build.sh Updating to release. 2016-04-06 09:47:46 -07:00
global.json
makefile.shade automate the autobahn test suite (#101) 2016-07-15 11:54:24 -07:00

README.md

WebSockets

AppVeyor: AppVeyor

Travis: Travis

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.

  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