https://github.com/tfo-dot/simplewebsocket
Simple WS(S) implementation
https://github.com/tfo-dot/simplewebsocket
deno websocket websocket-client
Last synced: 5 months ago
JSON representation
Simple WS(S) implementation
- Host: GitHub
- URL: https://github.com/tfo-dot/simplewebsocket
- Owner: tfo-dot
- Created: 2023-04-19T09:14:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T09:28:14.000Z (about 3 years ago)
- Last Synced: 2025-01-27T13:52:33.760Z (over 1 year ago)
- Topics: deno, websocket, websocket-client
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleWebSocket
It's a simple lib that can send headers alongside initial request. Has support for both `ws:`, and `wss:` protocols
It was made for [Glide - deno Guilded API wrapper](https://github.com/ZiomaleQ/glide)