send/server
2020-03-23 15:48:07 +01:00
..
bin
middleware
routes no-cache harder 2019-09-05 13:33:12 -07:00
storage Use the config object. 2020-03-23 15:48:07 +01:00
amplitude.js make geoip lookup optional 2020-01-11 14:06:17 -08:00
clientConstants.js
config.js Use the config object. 2020-03-23 15:48:07 +01:00
fxa.js
initScript.js
layout.js
limiter.js
locale.js
log.js
metadata.js
readme.md
state.js

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