Possible to deploy the chat example to deno deploy?
I would like to try running this demo on deno deploy:
https://deno.com/manual@v1.34.0/examples/chat_app
However, I have seen somewhere that deploy doesn't suport websockets. Is this currently the case? Is it possbile to run this with deploy?
thanks
https://deno.com/manual@v1.34.0/examples/chat_app
However, I have seen somewhere that deploy doesn't suport websockets. Is this currently the case? Is it possbile to run this with deploy?
thanks
Deno
In this tutorial we'll create a simple chat app using Deno. Our chat app will
allow multiple chat clients connected to the same backend to send group messages
through web sockets. After a client choo
allow multiple chat clients connected to the same backend to send group messages
through web sockets. After a client choo

