Simple project with web gui, people can join to room, talk and chat with each other.
- Go programming language
- Fiber framework
- Fasthttp websocket
- Pion webRTC
- Docker
- clone the repository
git clone https://github.com/erfidev/meetup-app
- Run the command
make build
(this will build docker container from dockerfile) - Run the command
make run
- Then open the browser and get to the
localhost:8080
By Erfan Hanifezade 2022 Aug