practicalli

https://practicalli.github.io/ http://yt.vu/+practicalli (youtube)
practicalli-john 2019-11-15T12:06:13.016100Z

This weeks broadcast is on Saturday at 11am (UTC) https://youtu.be/SPSn02RxpxM This week we will create a Clojure server-side webapp (embedded Jetty server) that can listen to multiple types of request. Starting from scratch, we will create a project using Clojure CLI tools and deps.edn to manage the dependencies. Adding httpkit we will define a function to start the server and use a Clojure atom and a stop-server function to gracefully shutdown the server. Using Compojure library we will add multiple routes that the web server can handle. This will form the basis of our simple API server which we will consume in later broadcasts.