I was considering making use of OboeJS for streaming of JSON loading. However, when I try to access the page, it asks for me to log in to the server using a Username and Password.
I am considering making use of OboeJS after reading this: Angularjs get request for a huge json file. A side question: is there any quick or easy way to tell / confirm if my server supports HTTP/JSON streaming?
Is it no longer available for public use?
If so, what are some possible alternatives? I am considering sending multiple sequential GET
requests and updating the Angular frontend regularly.
Thank you!