Exopaste is a simple pastebin-like service written in the Clojure programming language, and whose purpose is mainly to demonstrate how Exoscale writes high performance Clojure applications.
This project is the companion project for the series of exopaste articles published on our Syslog blog.
Git tags are used to track the evolution of the project over several articles. So to follow along on the article of your choice, checkout the corresponding tag.
Once checked out, the project is managed with the Leiningen program: to start the pastebin server with the default configuration:
lein run
2018-07-20
: https://www.exoscale.com/syslog/clojure-application-tutorial/ (tag: 0.1.0)