send/app
2018-06-28 11:15:16 -07:00
..
pages
routes improved background rendering slightly 2018-06-21 11:28:31 -07:00
templates improved background rendering slightly 2018-06-21 11:28:31 -07:00
.eslintrc.yml
api.js added delay when ws.bufferedAmount is high 2018-06-27 09:20:16 -07:00
base.css added striped box 2018-06-21 10:32:31 -07:00
dragManager.js
ece.js revisions 2018-06-22 13:17:23 -07:00
experiments.js
fileManager.js use a Duplex stream for EOF 2018-06-25 14:27:56 -07:00
fileReceiver.js fixes downloading files as .part 2018-06-28 11:15:16 -07:00
fileSender.js fixed minor streaming nits 2018-06-25 10:57:52 -07:00
keychain.js revisions 2018-06-22 13:17:23 -07:00
main.css added background image 2018-06-19 12:58:42 -07:00
main.js
metrics.js
ownedFile.js
readme.md
storage.js
utils.js

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