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.
Read the can-ndjson-stream API docs on CanJS.com.
See the latest releases on GitHub.
The contribution guide has information on getting help, reporting bugs, developing locally, and more.