A more complex demo of the Servant Library. This project spawns several workers, and uses them to parallelize data {en,de}cryption, a computationally heavy operation.
Run lein do cljsbuild clean, cljsbuild once to compile the Clojurescript.
Then run lein trampoline cljsbuild repl-listen to run the webserver.
Go to localhost:9000 and upload a file, you can download the encrypted file with the download link.
Save the passkey and you can decrypt the encrypted blob later.