cl-sse

MIT

Implements client parsing of a Server Sent Events (SSE) stream.

$ area51 add cl-sseCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-sse:some-function ...)