saidtaylan / Video-Chat-App

Video Chat App without registration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Görüntülü Konuşma Uygulaması

[TR]

Aynı odalara dahil olan kullanıcılar görüntülü olarak iletişim kurabilmektedir. Uygulama aşağıdaki özelliklere sahiptir:

  • Oda oluşturma (kayıt gerektirmez)
  • Sesi ve mikrofonu açma/kapatma
  • (Oda sihibi için) diğer katılımcıların kamera ve mikrofonuna müdahele edebilme
  • Odaların linkinin ve parolasının paylaşılarak diğer kullanıcılara gönderilebilmesi

Kullanılan Teknolojiler

  • IonSFU (MCU tipinde WebRTC kullanımını kolaylaştıran Golang kütüphanesi)
  • NestJS (Typescript)
  • Socket.io
  • VueJS

NOTE: Uygulama temel bir kullanıma sahiptir ve bir demodur. Farklı teknolojiler de kullanılarak profesyonel hali için geliştirmeler devam etmektedir.

[EN] Participants who join same rooms can chat by video The app has features that below:

  • Creating room (no registration require)
  • Microphone and camera turn on/off
  • (only for room host) changing camera and mic change status of other participants
  • Sending the room link and password to (to registered or non-registered) other users

Used Technologies

  • IonSFU (A GOlang library that facilitate using MCU WebRTC)
  • NestJS (Typescript)
  • Socket.io
  • VueJS

To start backend in development mode:

cd server
npm run start:dev

To start front-end in development mode:

cd client
npm run dev

To start ion sfu:

cd ion-sfu
/main.exe -c config.toml

About

Video Chat App without registration


Languages

Language:Go 67.1%Language:TypeScript 18.4%Language:Vue 10.2%Language:CSS 3.0%Language:Dockerfile 0.6%Language:JavaScript 0.3%Language:HTML 0.2%Language:Makefile 0.2%Language:Shell 0.0%