Search code examples
phphtmlweblatexclass-relationship

Recommendation for a platform to make a web classroom without install a software?


I am making some search to do a web classroom online with :

  • responsive (so without Flash)
  • Without install a software
  • chat
  • LaTex
  • waiting line
  • one student at a time
  • Video conference
  • White board

Any idea? Thanks


Solution

  • You can try WebRTC.

    WebRTC is an open framework for the web that enables Real Time Communications in the browser. It includes the fundamental building blocks for high-quality communications on the web, such as network, audio and video components used in voice and video chat applications.

    For more information about WebRTC, visit link

    Try webrtc samples

    Try the HTML5 Rocks tutorial