Skip to content

Norlandz/tlightchat-main-preview

Repository files navigation

Introduction

Real time video & text communication.

  1. go to https://tlightchat.netlify.app
  2. go to WebrtcVideoCommunication in nav bar
  3. wait for SignalServer respond
  4. wait for page https://tlightchat.netlify.app/WebrtcVideoCommunication fully loaded
  5. follow instruction on WebrtcVideoCommunication -- choose a Peer to Connect with

Demo image

  • TLightChat demo - 20231227_170152C

  • TLightChat.demo.-.20231226_222723.speedup.mp4

Internal design

// todo (i will go brief on this, since i went some detailed on the other project, but was not worth it)

techstack / servers

  • WebRtc -- P2P video connection
  • Xstate -- state management
  • Websocket (/ Socketio) -- send events
  • React -- frontend Ui
  • SignalServer -- backend Server
  • Aws -- host for the Services
  • Netlify -- domain name & reverse proxy

main design

-- --

  • H:\Using\TLightChat\tlightchat-main\src\webrtcVideoCommunication\dataStructure\WebrtcConnectionAnchor.ts

    central data structure (/ model)

  • H:\Using\TLightChat\tlightchat-main\src\webrtcVideoCommunication\service\WebrtcConnectionService.ts

    central service (-- app logic; webrtc connection; state management; event dispatch;)

--

  • H:\Using\TLightChat\tlightchat-main\src\webrtcVideoCommunication\panel\WebrtcConnectionAnchorGridPanel.tsx

    central panel for video connection

    H:\Using\TLightChat\tlightchat-main\src\webrtcVideoCommunication\panel\VideoConnectionControlPanel.tsx

    central panel for video connection control

-- --

  • H:\Using\TLightChat\tlightchat-main\src\SignalServer.ts

    SignalServer

-- --

  • H:\Using\TLightChat\tlightchat-main\src\webrtcVideoCommunication

    main folder for webrtcVideoCommunication

  • H:\Using\TLightChat\tlightchat-main\src\webrtcVideoCommunication\service\xstate

    state machine

  • H:\Using\TLightChat\tlightchat-main\src\session\AppSession.ts
    H:\Using\TLightChat\tlightchat-main\src\webrtcVideoCommunication\service\EventEmitterNested_forWebrtcConnection.ts
    H:\Using\TLightChat\tlightchat-main\src\webrtcVideoCommunication\App_WebrtcVideoCommunication_connectToServer.tsx

    session management

  • H:\Using\TLightChat\tlightchat-main\src\webrtcVideoCommunication\redux

    redux

demo image design -- state machine; class uml;

  • tlightchat xstate 20231124_0230_11488 tlightchat xstate 20231227_161601C P2 tlightchat xstate 20231227_161601C P1

  • TLightChat src_diagram 20231230_205627C manual_org

Problems facing

Domain name & Websocket

  • domain name is "borrowed" from Netlify (I have no money to buy a domain name)
    //repeat: Aws is the actual place where all the Services are hosted
    //repeat: Netlify serves as a reverse proxy
  • since Im using a reverse proxy, there is an issue with the Websocket

Security

  • do not post any important information on the Chat -- this is insecure, though it appears to be https (+ some other things)
    (the database may be destroyed when server is down)

Note

  • this is an experimental project

Auth0 SignUp

you can create a Test account to signup in Auth0
__(the database may be destroyed when server is down)
or just stay in Anonymous mode

Version & Update

...