+0

Go back

Socketless - Websockets on serverless

July 02, 2024 · 1 min read


Roles: Software Developer, CEO

typescriptreactjsnextjspostgresqlcloudflare

What is Socketless?

Serverless infrastructure is great, but it has one drawback: it doesn't allow long connections like WebSockets. The solution is Socketless. Create a connection, and stay connected indefinitely. Find out more at socketless.ws.

How is it developed?

Socketless is developed with Typescript, backed by a Postgres database. Additionally, it is deployed on Cloudflare Workers and Cloudflare Pages.