ryo-ma / deno-websocket

🦕 A simple WebSocket library like ws of node.js library for deno
https://deno.land/x/websocket
MIT License
152 stars 18 forks source link

Host client standalone in a CDN? #8

Closed bebraw closed 4 years ago

bebraw commented 4 years ago

Hi,

I have a use case where I'm integrating websockets to a Deno server without a bundler. Would it be feasible to host the socket client in a CDN so it's easy to consume?

Example: https://github.com/drashland/sockets#integrating .

bebraw commented 4 years ago

I see the client-side would be so simple maybe it's not worth doing this. Closing. 😄