send/server
Danny Coates b5ef1785ab
replaced fxa-geodb with load balancer header
Co-authored-by: timvisee <tim@visee.me>
2020-10-16 15:51:28 +02:00
..
bin updated sentry libs from raven to @sentry 2019-08-09 11:06:21 -07:00
middleware added oauth refresh token support 2020-10-16 15:46:24 +02:00
routes replaced fxa-geodb with load balancer header 2020-10-16 15:51:28 +02:00
storage Merge pull request #1063 from hbakhtiyor/patch-1 2020-07-09 19:34:33 -07:00
amplitude.js replaced fxa-geodb with load balancer header 2020-10-16 15:51:28 +02:00
clientConstants.js
config.js Merge pull request #1416 from factorysh/s3_endpoint 2020-07-09 19:33:21 -07:00
fxa.js
initScript.js updated sentry libs from raven to @sentry 2019-08-09 11:06:21 -07:00
layout.js
limiter.js
locale.js updated deps 2019-07-29 15:26:11 -07:00
log.js
metadata.js
readme.md
state.js Remove Firefox branding from app name in front-end 2020-10-15 18:48:54 +02: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