cameron-martin / can-ndjson-stream

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

Home Page:https://canjs.com/doc/can-ndjson-stream.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://canjs.com/doc/can-ndjson-stream.html

License:MIT License


Languages

Language:JavaScript 88.3%Language:HTML 11.7%