Files
send/server
Danny Coates ccbcb69666 Merge pull request #1434 from MichaelPeter-Shockoe/master
modify connect-src of Content Security Policy to include dynamic wss URL based on configured base URL
2020-07-09 19:37:02 -07:00
..
2019-07-29 15:26:11 -07:00
2020-01-11 14:06:17 -08:00
2019-03-13 12:07:59 -07:00
2019-03-14 13:17:47 -07:00
2019-07-29 15:26:11 -07:00
2018-02-09 15:03:05 -08:00
2019-05-01 09:47:04 -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