send/app
2018-07-31 15:37:04 -07:00
..
pages Implemented multi-file upload/download 2018-07-27 16:40:52 -07:00
routes improved background rendering slightly 2018-06-21 11:28:31 -07:00
templates
.eslintrc.yml
api.js colon in wss url breaks edge when port is not explicit 2018-07-31 12:19:27 -07:00
archive.js Implemented multi-file upload/download 2018-07-27 16:40:52 -07:00
base.css
capabilities.js added exportKey to capabilities check 2018-07-31 15:10:12 -07:00
dragManager.js Implemented multi-file upload/download 2018-07-27 16:40:52 -07:00
ece.js make ece encrypt key extractable for Edge 2018-07-31 15:37:04 -07:00
experiments.js
fileManager.js began adding capability flags 2018-07-31 11:29:26 -07:00
fileReceiver.js began adding capability flags 2018-07-31 11:29:26 -07:00
fileSender.js Implemented multi-file upload/download 2018-07-27 16:40:52 -07:00
keychain.js Implemented multi-file upload/download 2018-07-27 16:40:52 -07:00
main.css
main.js began adding capability flags 2018-07-31 11:29:26 -07:00
metrics.js
ownedFile.js
pasteManager.js
readme.md
serviceWorker.js began adding capability flags 2018-07-31 11:29:26 -07:00
storage.js
streams.js Implemented multi-file upload/download 2018-07-27 16:40:52 -07:00
utils.js began adding capability flags 2018-07-31 11:29:26 -07:00
zip.js Implemented multi-file upload/download 2018-07-27 16:40:52 -07:00

Application Code

app/ contains the browser code that gets bundled into app.[hash].js. It's got all the logic, crypto, and UI. All of it gets used in the browser, and some of it by the server for server side rendering.

The main entrypoint for the browser is main.js and on the server routes/index.js gets imported by /server/routes/pages.js

  • pages contains display logic an markup for pages
  • routes contains route definitions and logic
  • templates contains ui elements smaller than pages