Skip to content

Instantly share code, notes, and snippets.

@cgmartin
Last active December 18, 2015 21:29
Show Gist options
  • Save cgmartin/5847676 to your computer and use it in GitHub Desktop.
Save cgmartin/5847676 to your computer and use it in GitHub Desktop.
clj-wamp tutorial source snippets
(defn evt-url [path] (str "http://wamptutorial/event#" path))
(defn wamp-handler
; ...
(clj-wamp/http-kit-handler channel
{:on-subscribe {(evt-url "chat") true}
:on-publish {(evt-url "chat") true}})
; ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment