Aldhanekaa / Golang-audio-chat

a very simple audio chat using golang!

Home Page:https://golang-webchat.sg.aldhaneka.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang Video Chat with WebRTC

this is a golang! A very simple video chat using WebRTC, with no errors!


Resources and Credits

this repo was previously taken from https://github.com/junaidrahim/webrtc-session

Code for the DSC KIIT Workshop "WebRTC + Golang" conducted on 23rd Feb 2021

PPT available here

Frontend

The client is written in React and uses Vite for the dev server. Run the following commands in the client directory

  • npm i to install all the dependencies
  • npm run dev to start the local dev server

Backend

Written in Go. A simple WebSocket server for signalling implemented using gorilla/websocket

  • go build to compile and build the binary
  • ./video-chat-app to run the backend server on :8000

forthebadge forthebadge .

About

a very simple audio chat using golang!

https://golang-webchat.sg.aldhaneka.me/

License:MIT License


Languages

Language:Go 50.3%Language:JavaScript 47.1%Language:HTML 2.5%Language:Shell 0.1%