https://github.com/vengarioth/websocketsimplementation
A C# WebSocket Implementation
https://github.com/vengarioth/websocketsimplementation
Last synced: 2 months ago
JSON representation
A C# WebSocket Implementation
- Host: GitHub
- URL: https://github.com/vengarioth/websocketsimplementation
- Owner: Vengarioth
- Created: 2013-06-02T05:30:23.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-02T05:34:29.000Z (about 13 years ago)
- Last Synced: 2025-03-03T11:22:55.860Z (over 1 year ago)
- Language: C#
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WebSocketsImplementation
========================
A C# WebSocket Implementation (version 0.0.1)
I Uploaded this code mostly due to the lack of examples.
This Library is NOT stable. Its a mere guideline but
will progress further. Also, its my exploration Project
for TPL (Task Paralel Library).
ToDo's (not implemented):
* write comments
* document code
* receive unencrypted messages
* send messages to a client encrypted & unencrypted
* unit tests