deploy_feedback icon indicating copy to clipboard operation
deploy_feedback copied to clipboard

exposing service as websocket

Open GabCores opened this issue 2 years ago • 1 comments

Hi ! , how can I get a web socket - 443 - service in deno deploy , or just is built for http requests ? thanks !

GabCores avatar May 13 '22 19:05 GabCores

You can read about accepting WebSocket connections in the HTTP server here: https://deno.land/manual/runtime/http_server_apis#websocket-support

lucacasonato avatar May 13 '22 19:05 lucacasonato