Hacker News new | ask | show | jobs
by volument 2318 days ago
Great to hear! Can you shed some light on "script size constrained serverless scripts"? Would possibly make a good FAQ entry.

And yes. Bareserver needs Node currently and is not designed for client-side testing. It's trivial to add if needed.

Made it more clear that account is not needed and email is enough. Thanks!

1 comments

My use case is for Cloudflare Workers specifically, they have a max-size of 1MB per script and even while doing tests locally in node - the actual worker behave differently, so the only way to really test units is by adding the tests directly to the script. So you see the dilemma with that..