Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 601 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 601 Bytes

purescript-sse-stream

Stream for writing Server-Sent Events

Installation

This library is not yet published to pursuit.
You can install this package by adding it to your packages.dhall:

let additions =
  { sse-stream =
      { dependencies =
        [ "http-types"
        , "node-http"
        , "node-streams"
        , "spec"
        ]
      , repo =
          "https://github.com/purescript-node-contrib/purescript-sse-stream.git"
      , version =
          "master"
      }
  }
user@user:~$ spago install sse-stream

Usage (Under Construction)