Skip to content

Instantly share code, notes, and snippets.

View brunchybit's full-sized avatar
:octocat:

Micah Adams brunchybit

:octocat:
View GitHub Profile
@brunchybit
brunchybit / ws.clj
Created August 21, 2012 14:33 — forked from anonymous/ws.clj
Example of JSON message exchange and world update in Aleph using websockets
(ns test.ws
(:use
lamina.core
compojure.core
compojure.response
aleph.core
aleph.http
aleph.formats
hiccup.core
ring.middleware.reload