Go to file
Pranav K fb8824ad43 Branching for 1.1.0 2016-11-09 11:34:23 -08:00
samples pin publish-iis version 2016-11-07 10:09:53 -08:00
scripts
src/Microsoft.AspNetCore.WebSockets
test pin publish-iis version 2016-11-07 10:09:53 -08:00
tools
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config Branching for 1.1.0 2016-11-09 11:34:23 -08:00
NuGetPackageVerifier.json
README.md
WebSockets.sln
appveyor.yml
build.cmd
build.ps1 Branching for 1.1.0 2016-11-09 11:34:23 -08:00
build.sh Branching for 1.1.0 2016-11-09 11:34:23 -08:00
global.json
makefile.shade

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