Hacker News new | ask | show | jobs
by subhashp 2206 days ago
I am developing a video chat + screen share for a school. I am looking for similar browser based application "Click to Start" without installing an app or downloading anything.
2 comments

I use {reactJS,socket.io,simple-peer,nodeJS}. you can skip the reactjs. There are a lot of tutorials available for video chat apps using webrtc+socket.io. https://appr.tc/ is open-sourced but not actively maintained.
check this out: https://peer.school/

webRTC classroom app, open-sourced.