Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 552 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 552 Bytes

servant-demo

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.

Usage

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.