Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/WICG/direct-sockets

Direct Sockets API for the web platform
https://github.com/WICG/direct-sockets

Last synced: 2 months ago
JSON representation

Direct Sockets API for the web platform

Awesome Lists containing this project

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)