Skip to content

WebSocket is a protocol that enables two-way persistent communication channels over TCP connections.

Notifications You must be signed in to change notification settings

canozaytekin1993/WebSockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Sockets

What is websockets?

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.

System Requirements

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

What else?

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.

How will you feel when using this tool?

GitHub Logo

About

WebSocket is a protocol that enables two-way persistent communication channels over TCP connections.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published