Articles tagged as "Clojure"

Project musings: a two-tier web app

Published in Musings

Recently I've been pondering a project idea that I've been wanting to share.

Two tiers — front-end and back-end

A lot of web apps utilize separate servers for front-end and back-end. That's why we have things like CORS, to ensure our apps can make cross-origin requests securely. However, more often than …