Go to file
Pranav K 684c4e3ddc
Merge branch 'release/2.1' into dev
2018-03-16 12:35:12 -07:00
.github
…
build Respect the buffer size arguments on options (#230) 2018-03-14 08:48:45 -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 Respect the buffer size arguments on options (#230) 2018-03-14 08:48:45 -07:00
korebuild.json
…
run.cmd
…
run.ps1
…
run.sh
…
version.props Update version prefix to preview3 2018-03-16 11:28:55 -07: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