send/server
2019-03-13 12:07:59 -07:00
..
bin
middleware default accept-language to en-US when regexp does not match 2019-03-13 11:30:37 -07:00
routes
storage
amplitude.js
clientConstants.js
config.js
fxa.js wrap openid-config request in try/catch 2019-03-13 12:07:59 -07:00
initScript.js
layout.js fixed meta image urls 2019-03-12 09:57:26 -07:00
limiter.js
locale.js
log.js
metadata.js
readme.md Fix link to dev.js and prod.js files. 2019-03-13 07:45:55 -06:00
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