{"id":32523187,"url":"https://github.com/metaclips/letstalk","last_synced_at":"2025-10-28T07:48:28.749Z","repository":{"id":309652406,"uuid":"245910082","full_name":"metaclips/LetsTalk","owner":"metaclips","description":"A chatting application using Pion webRTC for text, video, voice and file transfer. My final year project written in Golang 🤪.","archived":false,"fork":false,"pushed_at":"2025-07-18T10:18:51.000Z","size":979,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-13T04:32:36.509Z","etag":null,"topics":["gorilla-websocket","pion-webrtc","video-calls","vuejs","vuetifyjs","webrtc"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metaclips.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-03-09T00:21:21.000Z","updated_at":"2025-07-18T10:17:37.000Z","dependencies_parsed_at":"2025-08-13T04:32:54.713Z","dependency_job_id":"d2cc63da-5d89-431f-854d-d7bc92da51c8","html_url":"https://github.com/metaclips/LetsTalk","commit_stats":null,"previous_names":["metaclips/letstalk"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/metaclips/LetsTalk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaclips%2FLetsTalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaclips%2FLetsTalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaclips%2FLetsTalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaclips%2FLetsTalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metaclips","download_url":"https://codeload.github.com/metaclips/LetsTalk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaclips%2FLetsTalk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281403415,"owners_count":26495042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gorilla-websocket","pion-webrtc","video-calls","vuejs","vuetifyjs","webrtc"],"created_at":"2025-10-28T07:48:16.198Z","updated_at":"2025-10-28T07:48:28.739Z","avatar_url":"https://github.com/metaclips.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lets Talk\n\nA chatting application using Pion webRTC and gorilla websocket for text, video, voice and file transfer. [Test server](https://unilag-letstalk.herokuapp.com)\n\n\n# Preface\n\nLets 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.\n\nLets Talk supports multi-room chats between users, resumable file transfer (over websocket), video and voice calls support with desktop sharing. The idea is to allow minimal bandwidth consumption during video calls using one video - multiple audio during call session.\n\nAdministrator can only register user ***tentative***\n\n\n# v0.1.0 Milestone\n\n- [x] Multiple room support for users using gorilla websocket\n\n- [x] Mobile UI\n\n- [x] Desktop UI\n\n- [x] Seamless websocket connection\n\n- [x] Resumable file transfer\n\n- [x] Seamless Desktop screen sharing support\n\n- [x] Voice and Video call support\n\n- [x] Low bandwidth consumption using selective video call transfer [#31](https://github.com/metaclips/LetsTalk/issues/31)\n\n- [x] Video session upload to cloud platforms or Database.\n\n- [ ] Admin portal\n\n\n# Dependencies\n\n## Backend\n\n - [Golang](golang.org)\n - [pion/webrtc](https://github.com/pion/webrtc)\n - [mongodb](go.mongodb.org/mongo-driver)\n - [httprouter](github.com/julienschmidt/httprouter)\n - [gorilla secure cookies](github.com/gorilla/securecookie)\n - [gorilla websocket](github.com/gorilla/websocket)\n\n\nSee [go.mod](go.mod) for more information\n\n## Frontend\n\n - [Vue](https://vuejs.org)\n - [Vuetify](https://vuetifyjs.com)\n\n\n# Installation\nClone repository\n```bash\ngit clone https://github.com/metaclips/LetsTalk.git\n```\n\n## Backend\n\n```bash\ngo mod download\ngo run .\n```\n\n## Frontend\n\n```bash\nnpm install\nnpm run serve\n```\n\n## Docker Installation\nThere are individual docker files for [API](api.Dockerfile) and [Frontend](ui.Dockerfile), there's also a docker compose file.\n\n```bash\ndocker-compose up\n```\n\n# Configuration\n\nDo check [config](config.json) for supported configurations.\n\nTo generate TLS certificate for test using tls.\n\n` 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 `\n\n- The default ICE server in use if none is specified in config is: `stun:stun.l.google.com:19302`\n\n- If no TLS key and cert path is specified, HTTP is used.\n\n- If Class session record is enabled, call sessions are recorded and uploaded to Dropbox server if a dropbox token is provided or file database.\n\n\n# License\n\n[Apache 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaclips%2Fletstalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetaclips%2Fletstalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaclips%2Fletstalk/lists"}