Skip to content

Collaborative group discussion. Uses Web sockets internally.

Notifications You must be signed in to change notification settings

nikhilnayyar002/codebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code~Base

Simple nodejs app that has an editor for presentation, 1 editor for coding, 1 screen sharing content and one chat container.

Images Link

Summary

Current Release

Ingredients

  • nodejs
  • bootstrap
  • socket
  • quill editor
  • ace editor
  • free hand drawing
  • Web rtc screen sharing experiment ( Source )

Disadvantages

  • In-memory storage.
  • Chat msgs not stored. Prev. msgs not broadcasted to new users.
  • Any user can join the app. No different rooms.

Problems Faced

  • Audio Streaming Failed (wasted 2 Hours)

Running locally

  • clone app
  • npm install
  • npm start

Future Release

  • Remote data storage.
  • Chat msgs stored.
  • Users restricted to app (may be).
  • Different rooms. (may be)
  • Rxjs Support

About

Collaborative group discussion. Uses Web sockets internally.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages