send/server
2019-05-03 13:10:56 -04:00
..
bin added agent to server metrics (#1321) 2019-05-03 12:25:12 -04:00
middleware
routes added agent to server metrics (#1321) 2019-05-03 12:25:12 -04:00
storage Defined retry_strategy for redis. Closes #1292 2019-05-02 21:56:28 +01:00
amplitude.js added signin button color experiment. closes #1306 (#1320) 2019-05-03 13:10:56 -04:00
clientConstants.js
config.js
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