24
1
Fork 0
drop.chapril.org-firefoxsend/server/readme.md

20 lines
651 B
Markdown
Raw Permalink Normal View History

2018-03-06 01:29:09 +01:00
# Server Code
The server provides the API, serves static assets, and renders the pages for Send. The production entrypoint is [prod.js](./bin/prod.js) and the development entrypoint is [dev.js](./bin/dev.js) via `webpack-dev-server`.
2018-03-06 01:29:09 +01:00
## Server configuration
[config.js](./config.js) contains the schema for our configuration options. Environment variables are the preferred method for setting configuration.
## Middleware
Contains authentication and localization middleware.
## Routes
Contains all the server routes and handlers for the API and pages
## Storage
Contains implementations of possible storage engines for the files and metadata