/mini_faas_worker

A faas worker based on V8 Isolate

Primary LanguageTypeScriptMIT LicenseMIT

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/