send/server
Danny Coates 3195ee7d16
Merge pull request #1465 from minvs1/redis-retry-configs
Allow to set custom retry parameters
2020-07-09 19:17:28 -07:00
..
bin updated sentry libs from raven to @sentry 2019-08-09 11:06:21 -07:00
middleware updated deps 2019-07-29 15:26:11 -07:00
routes updated node to 12 2020-04-29 17:38:55 -07:00
storage Allow to set custom retry parameters 2020-04-21 23:30:39 +03:00
amplitude.js make geoip lookup optional 2020-01-11 14:06:17 -08:00
clientConstants.js
config.js Allow to set custom retry parameters 2020-04-21 23:30:39 +03: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

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