lagon icon indicating copy to clipboard operation
lagon copied to clipboard

Deploy Serverless Functions at the Edge. Current status: Alpha

Results 63 lagon issues
Sort by recently updated
recently updated
newest added

## About Testing the possibilities to rewrite the runtime in Rust. Pros: - No double GC (Node.js (yes) + V8 (yes) VS Rust (no) + V8 (yes)) - Should be...

refactor

Currently, environment variables are accessible with `process.env`, similar to Node.js. I came across [an issue](https://twitter.com/tomlienard/status/1561756945161371653) today with [Lyra](https://lyrajs.io/): to check if we are running in Node.js or an Edge runtime,...

help wanted

Better to compare to CF Workers & Deno for seasoned JS devs/ops folks. ref #55 other minor rewording

package/docs

When an error text is too long, the worker crashes with this error: ![Image](https://user-images.githubusercontent.com/43268759/184584163-7268d08a-615f-461b-8983-7ce4876f780a.png)

bug
good first issue
package/serverless

Deploy functions on push, similar to Vercel/Netlify in a GH Action.

feature
package/website

Currently, we only have `TextEncoder`, `TextDecoder` (#9) and `atob`/`btoa` (#10) We need support for all the web crypto APIs: https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API

feature
package/runtime

Support Hono router. It should already work out-of-the-box, but it's a good idea to verify and add an example. See https://github.com/honojs/hono

feature
integration

- [ ] X functions per organization - [ ] Delete deployments (non-current) older than X days? - [ ] X custom domains per function - [ ] X env...

feature
package/runtime

If so, might want to join [WinterCG](https://wintercg.org/). I was fairly [hot on CFW](https://github.com/lukeed/awesome-cloudflare-workers) ~2 years ago, but got spooked with vendor lock-in, Google tie-ins, & politically vocal engineers. This might...

question