Simple nodejs app that has an editor for presentation, 1 editor for coding, 1 screen sharing content and one chat container.
- nodejs
- bootstrap
- socket
- quill editor
- ace editor
- free hand drawing
- Web rtc screen sharing experiment ( Source )
- In-memory storage.
- Chat msgs not stored. Prev. msgs not broadcasted to new users.
- Any user can join the app. No different rooms.
- Audio Streaming Failed (wasted 2 Hours)
- clone app
- npm install
- npm start
- Remote data storage.
- Chat msgs stored.
- Users restricted to app (may be).
- Different rooms. (may be)
- Rxjs Support