Skip to content

Converts a ReadableStream of raw ndjson data to a ReadableStream of JSON objects

License

Notifications You must be signed in to change notification settings

canjs/can-ndjson-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Chasen Le Hara
Sep 4, 2019
588f44e · Sep 4, 2019
Jul 3, 2018
Feb 15, 2018
Feb 25, 2017
Jun 27, 2017
Jun 27, 2017
Feb 25, 2017
Sep 4, 2019
Jun 13, 2019
Aug 24, 2017
Jul 3, 2018
Sep 4, 2019
May 22, 2019
Feb 25, 2017
Feb 26, 2017
Jun 27, 2017
Sep 4, 2019
Mar 2, 2019
Sep 4, 2019
Jun 27, 2017
Jul 3, 2018

Repository files navigation

can-ndjson-stream

Join our Slack Join our Discourse License: MIT npm version Travis build status Greenkeeper badge

Most web applications encounter problems of latency because they process data discretely instead of in streams. ndjsonstream() converts a ReadableStream of raw ndjson data into a ReadableStream of Javascript objects.

Documentation

Read the can-ndjson-stream API docs on CanJS.com.

Changelog

See the latest releases on GitHub.

Contributing

The contribution guide has information on getting help, reporting bugs, developing locally, and more.

License

MIT