RangerMauve / hypercore-fetch

Implementation of Fetch that uses the Hyper SDK for loading p2p content
MIT License
37 stars 13 forks source link

Added file watch via text/event-stream content type. #24

Closed RangerMauve closed 3 years ago

RangerMauve commented 3 years ago

Eventually this will lead to being able to listen for changes in Agregore using EventSource.

Based on some experiments I ran on Electron

RangerMauve commented 3 years ago

Seems to be working!

Tested in hyper-gateway with hypergodots EventSource implementation (which is compatible with regular EventSource in the browser).