1.1.0 • Published 7 years ago

@faable/fserv v1.1.0

Weekly downloads
-
License
-
Repository
-
Last release
7 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",
  }
...
}