Skip to content

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

Notifications You must be signed in to change notification settings

heykieran/clj-pedestal-spa

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published