What You’ve Learned

In this chapter you learned about the general layout of a Luminus application and how different pieces interact with one another. Hopefully, you’re now comfortable reading and understanding the code in the guestbook project we created in Chapter 1, Getting Your Feet Wet. If this isn’t the case, I urge you to reread this chapter and try the examples yourself using the REPL environment.

So far we’ve focused on building a traditional application, where all the logic lives on the server and the client simply renders the HTML generated by the back end. In the next chapter we’ll revisit our guestbook project and see how it could be implemented as a single-page application (SPA) using ClojureScript for client-side scripting. ...

Get Web Development with Clojure, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.