Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WICG/direct-sockets
Direct Sockets API for the web platform
https://github.com/WICG/direct-sockets
Last synced: about 1 month ago
JSON representation
Direct Sockets API for the web platform
- Host: GitHub
- URL: https://github.com/WICG/direct-sockets
- Owner: WICG
- License: other
- Created: 2020-07-23T00:46:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T09:20:41.000Z (about 2 months ago)
- Last Synced: 2024-10-25T06:46:45.180Z (about 2 months ago)
- Language: HTML
- Homepage:
- Size: 181 KB
- Stars: 343
- Watchers: 50
- Forks: 14
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: docs/security-privacy-self-review.md
Awesome Lists containing this project
- stars - WICG/direct-sockets - Direct Sockets API for the web platform (HTML)
README
# direct-sockets
This is a proposal for a future Direct Sockets web platform API.
## Links
* [Discourse thread](https://discourse.wicg.io/t/filling-the-remaining-gap-between-websocket-webrtc-and-webtranspor/4366)
* [Explainer document](docs/explainer.md), a high-level overview of the proposal.
* [Specification](https://wicg.github.io/direct-sockets/)
* [Self-Review Questionnaire: Security and Privacy](docs/security-privacy-self-review.md)## Examples
* [Telnet client and echo server](https://github.com/googlechromelabs/telnet-client)
* [HTTP and WebSockets server](https://github.com/guest271314/direct-sockets-http-ws-server)