Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
1–10 of 59 posts
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#2Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#3This is really neat. I'm a little sad that it requires rewriting of your js app to make it work with it but still. I'm going to tinker with this for sure.
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#4Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#5Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#6Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#7This sounds quite a bit like Cloudflare Workers, and they have a comparison page - https://github.com/losfair/blueboat/wiki/Comparison-with-Clo... .
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#8Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#9Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#10This sounds quite a bit like Cloudflare Workers, and they have a comparison page - https://github.com/losfair/blueboat/wiki/Comparison-with-Clo... .
Comparison looks inaccurate, judging by https://developers.cloudflare.com/workers/learning/using-web...
- Cloudflare Workers now supports WebSocket.
- Cloudflare Workers now supports strongly-consistent storage / ACID transactions with Durable Objects.
- Cloudflare Workers is becoming open source, but not there yet (I am refactoring the code for this as we speak): https://twitter.com/KentonVarda/status/1523666343412654081
(Disclosure: I'm the tech lead for Cloudflare Workers.)