Skip to content

Simple clojure server sent events (SSE) implementation with httpkit

Notifications You must be signed in to change notification settings

mrphoebs/clj-event-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eventsource

Simple Server Side Events (SSE) implementation using http kit.

Usage

Build an executable jar with the following command.

$ lein uberjar

Pipe output of some program to the service

$ some-program-that-dumps-into-stdout | java -jar eventsource-0.1.0-SNAPSHOT-standalone.jar

Access the sample webpage at http://localhost:8080 and

Access the event stream at http://localhost:8080/stream

About

Simple clojure server sent events (SSE) implementation with httpkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published