Created
June 17, 2012 23:27
-
-
Save jaycfields/2946044 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; the code I work with has a publish-fn that we use to publish json back to a web-socket. | |
; therefore, the following line is all we need to add to our application to get the web REPL working | |
(publish-fn (hash-map :type :web-repl-response :response (web-repl/do-eval command publish-fn)))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment