1.8.3 • Published 4 years ago

@faable/fserv v1.8.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

FServ - Faable Microservice Server

Quickly develop your microservice and deploy it into faable cloud

Setup

There's no fserv generator inside the CLI. Create a directory modify package.json

{
...
"name":"myapp"
"scripts": {
    "start": "DEBUG=myapp:* fserv run",
    "dev": "DEBUG=myapp:* fserv dev",
  }
...
}