24
1
Fork 0
drop.chapril.org-firefoxsend/server
Emily c9ae76b209 hook multifile to ui 2018-08-03 16:10:00 -07:00
..
bin don't set cache header on serviceWorker.js 2018-07-12 20:48:07 -07:00
middleware ignore some lint warnings 2018-03-01 21:36:45 -08:00
routes hook multifile to ui 2018-08-03 16:10:00 -07:00
storage refactored upload away from multipart forms to binary data 2018-05-31 14:10:02 -07:00
config.js up default max_file_size to 3gb 2018-07-27 10:39:23 -07:00
layout.js got webpack production mode running 2018-07-13 11:13:09 -07: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
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
streamparser.js use a Duplex stream for EOF 2018-06-25 14:27:56 -07:00

readme.md

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