Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
41–50 of 59 posts
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#42I don't understand how its offering differs from existing cloud offerings from AWS, Cloudflare and Netlify
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#43I'd love to see a multi-tenant, low cold-start, runtime like this, but with no additional JS APIs for databases, pub-sub, etc. I'd want to provide any I/O or storage myself via built-in modules.
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#44I want to punch a drywall each time when I read "serverless".
Anything else has servers, and calling it "serverless" is stupid.
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#45Sort 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
#46Quite refreshing to see a major JS project not pulling in a billion requirements in it's package.json file!
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#47I want to punch a drywall each time when I read "serverless".
"Serverless" has a pretty widely-accepted meaning now, as mentioned in other replies. You provide the application code, the platform provides the runtime environment, OS and interfaces. You should probably move on.
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#48I want to punch a drywall each time when I read "serverless".
Yes, agreed. To me "serverless" means that the application is entirely client-side, running in a browser without depending on any backend except whatever httpd originally sent you the .html, .css and .js files. Anything else has servers, and calling it "serverless" is stupid.
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#49Earlier 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…
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#50Earlier 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…
Cloudflare Workers might be great if people were allowed to try it out, but there is an interogation screening step that involves a Zoom call in the free tier process which is a bit of a blocker tbh.