Alan K

Results 33 comments of Alan K

The specific use case here is off-domain login (like Auth0), which supports app links but will not work properly unless the app itself is aware of the additional domain.

@VinnyVicious This was intended to be a proof-of-concept. The underlying concepts should still work, even though the code is outdated. I won't guarantee that there isn't a more modern approach.

To add a to what @DamonOehlman said above: I'm actively working on [node-webrtc](https://github.com/modeswitch/node-webrtc). Most of the API for data channels is there, audio/video support will come sometime later. Most of...