send/server
2019-02-21 11:21:06 -08:00
..
bin
middleware
routes static require cryptofill for Edge 2019-02-21 11:21:06 -08:00
storage
amplitude.js added missing entrypoint to metrics 2019-02-14 13:00:57 -08:00
config.js implemented amplitude metrics (#1141) 2019-02-12 11:50:06 -08:00
fxa.js
initScript.js implemented amplitude metrics (#1141) 2019-02-12 11:50:06 -08:00
layout.js added window.app for debugging 2019-02-19 14:14:28 -08:00
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