Skip to content
This repository was archived by the owner on May 4, 2021. It is now read-only.

brakmic/WebStreams-with-PureScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebStreams with PureScript

This is the demo app from my article on WebStreams with PureScript.

Installation & Building

Install all packages first.

pulp dep install
npm i

Then build backend (foreign imports etc.) with

gulp

And the frontend (client demo in browser console) with

gulp build-demo

Usage

Run the demo with HapiJS via

npm start

and open your browser at http://localhost:8080

Open your browser's console to see the stream data flowing in.

License

MIT

About

How to use Web Streams with PureScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors