Skip to content

purescript-node-contrib/purescript-sse-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Stream for writing Server-Sent Events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published