https://github.com/canjs/can-ndjson-stream
Converts a ReadableStream of raw ndjson data to a ReadableStream of JSON objects
https://github.com/canjs/can-ndjson-stream
fetch ndjson-stream readable-streams
Last synced: about 1 month ago
JSON representation
Converts a ReadableStream of raw ndjson data to a ReadableStream of JSON objects
- Host: GitHub
- URL: https://github.com/canjs/can-ndjson-stream
- Owner: canjs
- License: mit
- Created: 2017-02-22T17:12:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T18:49:47.000Z (about 5 years ago)
- Last Synced: 2024-10-07T19:07:22.471Z (8 months ago)
- Topics: fetch, ndjson-stream, readable-streams
- Language: JavaScript
- Homepage: https://canjs.com/doc/can-ndjson-stream.html
- Size: 435 KB
- Stars: 43
- Watchers: 6
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: license.md
Awesome Lists containing this project
README
# can-ndjson-stream
[](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://forums.bitovi.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://github.com/canjs/can-ndjson-stream/blob/master/license.md)
[](https://www.npmjs.com/package/can-ndjson-stream)
[](https://travis-ci.org/canjs/can-ndjson-stream)
[](https://greenkeeper.io/)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](https://canjs.com/doc/can-ndjson-stream.html).
## Changelog
See the [latest releases on GitHub](https://github.com/canjs/can-ndjson-stream/releases).
## Contributing
The [contribution guide](https://github.com/canjs/can-ndjson-stream/blob/master/CONTRIBUTING.md) has information on getting help, reporting bugs, developing locally, and more.
## License
[MIT](https://github.com/canjs/can-ndjson-stream/blob/master/license.md)