eklem / browsercrawler

Crawling content from a site within the browser. A basis for i.e. a search solution for static sites.
https://eklem.github.io/browsercrawler/doc/
MIT License
2 stars 0 forks source link

Add node stream functionality (browserified) #8

Closed eklem closed 6 years ago

eklem commented 6 years ago

https://nodejs.org/docs/latest/api/stream.html

eklem commented 6 years ago

Skip this and go for a Streams API for Web

eklem commented 6 years ago

Actually, no streaming for now. It will be one doc at a time, to make the library robust.