Skip to content

Thinking80s/mini_faas_worker

 
 

Repository files navigation

Try implement a FaaS Worker based on V8 Isolate.

Refer to the Lagon implementation and thank them for their efforts.

运行 cli demo

$ pnpm install && pnpm run build && cd examples/reply-with-json && node ../../packages/cli/dist dev index.ts

运行完整 website demo

$ pnpm install && pnpm dev # 然后打开 http://localhost:3000/

About

A faas worker based on V8 Isolate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.0%
  • CSS 2.3%
  • JavaScript 0.7%