24
1
Fork 0
drop.chapril.org-firefoxsend/server
Danny Coates 18e1609cb3
updated docs
2018-03-07 15:01:08 -08:00
..
middleware ignore some lint warnings 2018-03-01 21:36:45 -08:00
routes removed unsafe-inline styles via svgo-loader. fixes #740 2018-02-26 11:48:28 -08:00
storage refactored server 2018-02-09 15:03:05 -08:00
config.js Merge branch 'master' into on-redis-expire 2018-01-31 13:10:05 -08:00
dev.js some frontend unit tests 2018-02-24 11:21:48 -08:00
layout.js implemented crypto polyfills for ms edge 2018-03-01 13:10:57 -08: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 big refactor 2018-01-30 09:37:42 -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

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