Go to file
Pranav K 6514b88378
Branching for 2.1.0-preview2
2018-03-16 11:17:50 -07:00
.github
build Branching for 2.1.0-preview2 2018-03-16 11:17:50 -07:00
samples
src Set 2.0 baselines 2018-03-16 10:49:52 -07:00
test Restore "Force conformance tests to run on the CI (#228)" (#229) 2018-02-26 11:39:18 -08:00
.appveyor.yml Merge branch 'release/2.1' into dev 2018-03-02 14:21:36 -08:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
WebSockets.sln
build.cmd
build.sh
korebuild-lock.txt Branching for 2.1.0-preview2 2018-03-16 11:17:50 -07:00
korebuild.json
run.cmd
run.ps1
run.sh
version.props Prepend FeatureBranchVersionPrefix if FeatureBranchVersionSuffix is specified 2018-03-06 10:06:48 -08:00

README.md

WebSockets

AppVeyor: AppVeyor

Travis: Travis

Contains a managed implementation of the WebSocket protocol, along with 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