hyperhost icon indicating copy to clipboard operation
hyperhost copied to clipboard

P2P Node Servers in the Browser

Results 7 hyperhost issues
Sort by recently updated
recently updated
newest added

Need to move to simple-peer to get this working again.

bug

Removes the need for base64 sources and the iframe. This will also allow HyperHost to act as a CDN on existing pages.

feature

PeerJS is no longer supported. Several issues persist, along with generally poor performance.

WebRTC is limited to 256 connections and bandwidth/memory limits put this ceiling at around 8-10 HyperHost connections. (By my own testing) HyperHost drops connections after serving _static_ files, but if...

feature

HTTP-like requests can be served via the `hyperhost` virtual module, but it would be useful to have websockets too. Should be very similar to a net.socket.

feature

Right now the IO module only accepts content trees, the developer has to create these themselves. It should support: - [x] Preloaded content trees. - [ ] Trees of File...

feature