mongodb

Hey Workers team, when will you support TLS in your runtime - Question asked by a MongoDB employee.

https://alexbevi.com/blog/2024/09/11/why-cloudflare-workers-dont-work-with-mongodb/
ALEX BEVILACQUA
Cloudflare Workers is a great platform for deploying serverless JavaScript code, but has historically never supported raw sockets. In May of 2023 they announced support for a connect() API which allows TCP Sockets to be created within Workers, but is not a direct replacement for Node.js’ net.Socket API.
Was this page helpful?