Code Monkey home page Code Monkey logo

letstalk's Introduction

Lets Talk

A chatting application using Pion webRTC and gorilla websocket for text, video, voice and file transfer. Test server

Preface

Lets Talk is a web chatting platform proposal for students. Due to the covid-19 pandemic, neccesity of having an online chatting/learning platform between students and lecturers is vivid.

Lets Talk supports multi-room chats between users, file transfer (over websocket), video and voice calls support with desktop sharing. The idea is to allow minimal bandwidth consumption during video calls by allow one video - multiple audio during call session.

Administrator can only register user tentative

v0.1.0 Milestone

  • Multiple room support for users using gorilla websocket

  • Mobile UI

  • Desktop UI

  • Seamless websocket connection

  • Resumable file transfer

  • Seamless Desktop screen sharing support

  • Voice and Video call support

  • Low bandwidth consumption using selective video call transfer #31

  • Video session upload to cloud platforms or Database.

  • Add logging system.

  • Admin portal

Dependencies

Backend

See go.mod for more information

Frontend

  • Vue
  • Vuetify

Installation

git clone https://github.com/metaclips/LetsTalk.git
cd LetsTalk

go run .

Docker Installation

To use docker

docker build -t letstalk .
docker run --publish 8080:8080 --rm letstalk

Login credentials are generated by administrators on the administrators portal /admin. Default email and password for administrator is [email protected] and admin which can later be disable or changed. Users will login through generated email addresses and a password of the first name used to register surname with the first letter titled e.g. Kaduru

Configuration

Do check config for supported configurations.

To generate TLS certificate for test using tls.

openssl req -nodes -x509 -newkey rsa:4096 -keyout key.pem -subj "/C=US/ST=Oregon/L=Portland/O=Company Name/OU=Org/CN=example.com" -out cert.pem -days 365

  • The default ICE servers in use if none is specified in config is: stun:stun.l.google.com:19302

  • If no TLS key and cert path is specified, HTTP is used.

  • If Class session record is enabled, call sessions are recorded and uploaded to file server if a token is provided or file database.

  • To generate a Dropbox token,

Browser support

  • To update when voice call is implemented

License

Apache 2.0

letstalk's People

Contributors

metaclips avatar belovedgeorgie avatar mooredh avatar boluwatifeee avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.