levelsio
levelsio
Any update on this?
Documentation of Web Push PHP seems completely wrong as in the docs at https://github.com/web-push-libs/web-push-php it says: `
> Storing the whole client-side `PushSubscription` object with toJSON() (see [example](https://github.com/Minishlink/web-push-php-example/blob/master/src/app.js#L242)) is the way to go. You might also store the endpoint alongside for a unique identifier. And then you...
Yep I did, and it works because push events show up in client but event data is null in Chrome. See the other people with same problem. On Wed, Oct...
That's fine, I'd just like to open https://pieter.com with JS-DOS running on https://pieter.com Right now it opens a local copy (INDEX.HTM) but would be cool to have it live (and...
Some update after I did more research: It seems possible with Em-DOSbox by compiling it with SDL_net and then running Winsock to dial up into a virtual ISP via Websockets...
I have a working prototype here now with help from @jbaicoianu: https://x.com/levelsio/status/1855359096444334315 It dials up via Websockets into a virtual ISP that routes traffic via a PPP daemon, it works...
I'd love to fund JS-DOS development for this issue btw. It seems JS-DOS performance is way better than EM-DOSbox and seems easier to use. Getting internet with Websockets to work...