To test picasso and sniffer middleware run 3 different terminal windows and execute this 3 commands in this order
lein relay-jetty ; this runs jetty http server with websocket relay (port 9000)
lein client -m sink ; will listenn to sniffed evals
lein client -m ide -i ./snippets/sniffer.edn
; will do a few evals that wil show up on listen
To see a simple websocket frontend, run in 2 terminal windows:
lein relay-jetty ; this runs jetty http server with websocket relay (port 9000)
npm install
lein demo ; browser app served with shadow-cljs dev server port 8000
Server
Browser:
Logging:
Can you improve this documentation? These fine people already did:
awb99 & Andreas SteffanEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close