Y
Hacker News
new
|
ask
|
show
|
jobs
by
cvaidya1986
3026 days ago
Cool! What’s the stack ?
1 comments
fynyky
3026 days ago
Pretty simple actually. Just running express with socket.io on heroku. Using redis to enable socket.io cross-server messaging.
Client side the core engine is built on webrtc. Not using any major client side frameworks.
link
cvaidya1986
3023 days ago
Cool! How did you get it working on Safari iOS?
link
fynyky
3016 days ago
Works fine with iOS 11 and above it seems. Older versions of iOS just died when trying any webrtc stuff. Takes a little bit of fiddling with media constraints but nothing too hard
link
Client side the core engine is built on webrtc. Not using any major client side frameworks.