functions.netlify.com icon indicating copy to clipboard operation
functions.netlify.com copied to clipboard

[Feature Request]: Websocket support?

Open dalisoft opened this issue 6 years ago • 6 comments

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 :)

dalisoft avatar May 17 '19 07:05 dalisoft

Would love to see an example of this also

liquidvisual avatar May 29 '19 01:05 liquidvisual

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);
}

dalisoft avatar May 29 '19 05:05 dalisoft

yeah please for socket io

Succubussix avatar Jun 03 '19 15:06 Succubussix

is there any momentum for this?

DomVinyard avatar Nov 02 '19 17:11 DomVinyard

@DomVinyard I don't think support be added soon

(sorry for bad english)

dalisoft avatar Nov 03 '19 16:11 dalisoft

Anyone here looking for a sassy kind of solution for this in the meantime, I’m playing around with pusher.com

DomVinyard avatar Nov 13 '19 13:11 DomVinyard