Closed bebraw closed 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 .
I see the client-side would be so simple maybe it's not worth doing this. Closing. 😄
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 .