This repo tries:
- Delegate authentication to Web Worker e.g. login, logout.
- Save and send authentication token for requests on Web Worker local scope.
- Get main thread's upload request and upload file on Web Worker.
- Get main thread's download request and download file on Web Worker.
- run server
cd server
yarn
yarn server
- run frontend
yarn
yarn dev