WebSocket is a protocol that enables two-way persistent communication channels over TCP connections. It's used in apps that benefit from fast, real-time communication, such as chat, dashboard, and game apps.
This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore.
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 AspNetCore repo.
This repo has a few special system requirements/prerequisites.
Windows IIS Express tests require IIS Express 10 and Windows 8 for WebSockets support HttpListener/ASP.NET 4.6 samples require at least Windows 8 Autobahn Test Suite requires special installation see the README.md in test/AutobahnTestApp
Bug reports, patches and suggestions are welcome!
To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.
For anything else, please open an issue or send a pull request.
Participants must uphold the Contributor Covenant code of conduct.
websockets is released under the BSD license.