Live data from Hacker News

Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime

blueboat.io

11–20 of 59 posts

Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime

#11
post #10
post #7

Earlier quoted context omitted.

Comparison looks inaccurate, judging by https://developers.cloudflare.com/workers/learning/using-web...

I think the comparison is just old, it used to be accurate. - 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 Clo…

What language(s) is Cloudflare Workers written in?

Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime

#12
post #10

Earlier quoted context omitted.

I think the comparison is just old, it used to be accurate. - 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 Clo…

What language(s) is Cloudflare Workers written in?

C++

(Sorry. Rust wasn't ready yet when we started.)

Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime

#14

Sort of related - the website design is beautiful. So clean and to the point. I checked the source and it's Tailwind :) Very well executed and a great inspiration me to look into source code for my own designs.

Tailwind improves design now?

Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime

#16
post #3

This 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.

No V8? The website explicitly says that Blueboat combines Google's state-of-the-art V8 JavaScript engine, process-level snapshots, and Rust to speed up everything from cold start to runtime performance.

I didn’t see that until after. Sad, v8 is a massive library.

Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime

#17
post #10
post #7

Earlier quoted context omitted.

Comparison looks inaccurate, judging by https://developers.cloudflare.com/workers/learning/using-web...

I think the comparison is just old, it used to be accurate. - 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 Clo…

Any progress on open sourcing it? I can see the announcement was done in may

Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime

#18
post #3

Earlier quoted context omitted.

No V8? The website explicitly says that Blueboat combines Google's state-of-the-art V8 JavaScript engine, process-level snapshots, and Rust to speed up everything from cold start to runtime performance.

I didn’t see that until after. Sad, v8 is a massive library.

When we wrote the initial version of V8, it was reasonably small :)
Post reply on HN