heykieran / clj-pedestal-spa

A repository in 5 parts (tags) showing how to implement a Clojurescript SPA running against a Clojure Pedestal backend.

Home Page:https://heykieran.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

In this version of the repository I show two different ways of communicating status messages from the server to the client where they are displayed in the SPA's UI. These messages might be updates about a long-running process initiated by the user, or even general server state messages broadcast by the server to some, or all, clients.

I show how to use web both sockets and SSE (server sent events).

A more detailed discussion can be found in this blog post.

About

A repository in 5 parts (tags) showing how to implement a Clojurescript SPA running against a Clojure Pedestal backend.

https://heykieran.github.io/


Languages

Language:Clojure 95.7%Language:CSS 2.2%Language:Makefile 1.6%Language:Dockerfile 0.3%Language:JavaScript 0.1%Language:Shell 0.1%