send/server
2019-03-09 16:45:17 -08:00
..
bin
middleware
routes updated pwa theme-color 2019-03-09 16:45:17 -08:00
storage
amplitude.js utms for everybody 2019-03-05 12:58:40 -08:00
clientConstants.js
config.js updated default config values 2019-02-28 16:39:38 -08:00
fxa.js
initScript.js
layout.js updated pwa theme-color 2019-03-09 16:45:17 -08:00
limiter.js fixed size limit on server to include crypto overhead 2019-03-06 10:31:50 -08:00
locale.js fixed server l10n parse error 2019-03-06 16:36:17 -08:00
log.js
metadata.js
readme.md
state.js removed unused fira bits 2019-03-06 16:37:02 -08:00

Server Code

The server provides the API, serves static assets, and renders the pages for Send. The production entrypoint is prod.js and the development entrypoint is dev.js via webpack-dev-server.

Server configuration

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