lagonapp / lagon

Deploy Serverless Functions at the Edge. Current status: Alpha
https://lagon.app
GNU Affero General Public License v3.0
1.32k stars 62 forks source link

WebSocket API #794

Open QuiiBz opened 1 year ago

QuiiBz commented 1 year ago

We should add support for the WebSocket API.

MDN docs: https://developer.mozilla.org/en-US/docs/Web/API/WebSocket Cloudflare Workers docs: https://developers.cloudflare.com/workers/learning/using-websockets/

aabbdev commented 1 year ago

Websocket should be implemented with cross domains to have several domains on the same port and we should also use the "socket reuse port" function to scale on several processes