I started playing with pedestal to create Clojure micro services. Coming from the Nodejs world, and Clojure being a REPL driven development language, I naturally expected to have watch for code changes and reload without having to restart the server. I searched around and found solutions, but I couldn’t get it to work trivially. This guide is meant to serve as a step-by-step guide to achieve this.
– Source: dev.to
/
over 2 years ago
Also http://pedestal.io/ is a good alternative with async middleware support out of the box. I tried both (for pet projects) and liked pedestal more.
Source:
almost 3 years ago