spas
is a server sitting in between your SPA (single-page application) and PostgreSQL database. It provides an auto-generated REST API for the PostgreSQL data using PostgREST.
- Create a thin server wrapping PostgREST with these additional features:
- Static file serving
- Authentication (using basic auth for now)
$ export SPAS_USERNAME=myname
$ export SPAS_PASSWORD=mypassword
$ export DATABASE_URL=postgres://... # also provided by Heroku
$ export PORT=4000
$ cd /path/to/static/files && spas
...
See https://github.com/srid/chronicle for an Elm application that uses spas.
Mailing discussion: https://groups.google.com/forum/#!topic/elm-discuss/6kyabQgUMJk