Comment by epolanski
21 hours ago
I think you need to frame your product better.
It clearly supports different runtimes than node with different capabilities and limitations.
It seems more of a runtime-agnostic web server.
21 hours ago
I think you need to frame your product better.
It clearly supports different runtimes than node with different capabilities and limitations.
It seems more of a runtime-agnostic web server.
Thank you for the feedback!
I agree framing pikku has been a pretty hard challenge for me.
It supports different runtimes in the sense of deno / bun or custom nodeJS runtimes in the cloud, but ultimately relies purely on typescript / a JavaScript compatible backend.
It’s less of a webserver and more of a lightweight framework though, since it also supports CLIs or Frontend SDKs / isn’t tied to running an actual server.
I'd suggest playing with the concept of a route handler, which fits from lambdas to routed servers.