Skip to content

Instantly share code, notes, and snippets.

View anuriq's full-sized avatar

Azat Khadiev anuriq

  • Ozon
  • Moscow, Russia
View GitHub Profile
; -*- mode: clojure; -*-
; vim: filetype=clojure
(logging/init {:file "riemann.log"})
; Listen on the local interface over TCP (5555), UDP (5555), and websockets
; (5556)
(let [host "127.0.0.1"]
(tcp-server {:host host})
(udp-server {:host host})