functions.netlify.com
functions.netlify.com copied to clipboard
[Feature Request]: Websocket support?
Hi everyone. I tried for using Lambda functions on Netlify Functions, works great. But there no WS/WSS support, if there support for WS/WSS, has any guide how to use (tutorial/video or etc, i didn't find any).
Thanks :)
Would love to see an example of this also
Maybe like this we use?
exports.connect = (event) => {
console.log('connected', event);
}
exports.handler = (event) => {
console.log('message', event);
}
exports.close = (event) => {
console.log('close', event);
}
yeah please for socket io
is there any momentum for this?
@DomVinyard I don't think support be added soon
(sorry for bad english)
Anyone here looking for a sassy kind of solution for this in the meantime, I’m playing around with pusher.com