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是一款开源的、基于NodeJs VM 模块的FaaS解决方案,它可以让我们使用Serverless的方式编写JS代码。
实现原理:https://blog.csdn.net/u011748319/article/details/113839150