send/server
2020-07-29 12:35:47 -07:00
..
bin Begin implementing a reporting mechanism 2020-07-24 08:32:43 -07:00
middleware implemented download tokens 2020-07-29 11:02:22 -07:00
routes added downloadConfirm string to noStream page 2020-07-29 12:35:47 -07:00
storage implemented download tokens 2020-07-29 11:02:22 -07:00
amplitude.js replaced fxa-geodb with load balancer header 2020-07-28 09:31:09 -07:00
clientConstants.js
config.js implemented download tokens 2020-07-29 11:02:22 -07:00
fxa.js
initScript.js updated sentry libs from raven to @sentry 2019-08-09 11:06:21 -07:00
keychain.js Begin implementing a reporting mechanism 2020-07-24 08:32:43 -07:00
layout.js
limiter.js
locale.js
log.js
metadata.js implemented download tokens 2020-07-29 11:02:22 -07:00
readme.md
state.js add fxa_required option 2020-07-24 10:40:47 -07: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