Thinking80s / mini_faas_worker

A faas worker based on V8 Isolate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 96.9%Language:CSS 2.3%Language:JavaScript 0.7%