# WebSockets **Repository Path**: zhangrong/WebSockets ## Basic Information - **Project Name**: WebSockets - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: anurse/100-repro - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-27 - **Last Updated**: 2024-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README WebSockets ================ AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/lk5hyg6gki03hdqe/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/WebSockets/branch/dev) Travis: [![Travis](https://travis-ci.org/aspnet/WebSockets.svg?branch=dev)](https://travis-ci.org/aspnet/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](https://github.com/aspnet/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