From 1a95306523d88f38f7e2b69d8702f60e31d3cb7d Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Thu, 28 Sep 2023 15:00:26 +0100 Subject: [PATCH] List implementations of spec in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1285aa7..019ddbf 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,8 @@ This is a proposal for an API for establishing TCP connections in Non-Browser Ja environments. To view the rendered document, visit https://sockets-api.proposal.wintercg.org/. + +### Implementations + +- Node.js - https://github.com/Ethan-Arrowood/socket +- Cloudflare Workers - https://developers.cloudflare.com/workers/runtime-apis/tcp-sockets/