drop.chapril.org-firefoxsend/server
2018-06-20 17:05:33 -07:00
..
middleware ignore some lint warnings 2018-03-01 21:36:45 -08:00
routes add streaming 2018-06-20 17:05:33 -07:00
storage refactored upload away from multipart forms to binary data 2018-05-31 14:10:02 -07:00
config.js Merge branch 'master' into on-redis-expire 2018-01-31 13:10:05 -08:00
dev.js add streaming 2018-06-20 17:05:33 -07:00
layout.js implemented crypto polyfills for ms edge 2018-03-01 13:10:57 -08:00
limiter.js refactored upload away from multipart forms to binary data 2018-05-31 14:10:02 -07:00
log.js a few changes to make A/B testing easier 2017-08-25 09:44:52 -07:00
metadata.js refactored server 2018-02-09 15:03:05 -08:00
prod.js add streaming 2018-06-20 17:05:33 -07:00
readme.md updated docs 2018-03-07 15:01:08 -08:00
state.js use beefy ui 2017-10-10 10:20:49 -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