Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.33 KB

Try implement a FaaS Worker based on V8 Isolate.

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

⚠️请使用nodejs 16版本及以上运行此 demo

运行 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:9100/

运行截图: function list

function detail

function preview

fucntion preview