Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 506 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 506 Bytes

tiny-node-faas (English)

Tiny node faas is a light-weight faas project coding by nodejs. By using tiny-node-faas, you can focus on handling your http request, without worrying about the http server.

tiny-node-faas (中文)

TINY-NODE-FAAS是一款开源的、基于NodeJs VM 模块的FaaS解决方案,它可以让我们使用Serverless的方式编写JS代码。

实现原理:https://blog.csdn.net/u011748319/article/details/113839150