rmarrcode / Multithreaded-RTC

A multithreaded RTC chat application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multithreaded-RTC

A multithreaded real time chat application

Server is currently running in a Docker container hosted on Digital Ocean IP: 159.89.81.106

To join a chatroom run g++ *.cpp -lpthread -o client in the client folder then run the client with a name

messages

Update: I am no longer paying for this project to be hosted on digital ocean. It still works locally but the IP address variables have to be changed to "127.0.0.1"

I am now packaging the functionality of this project in an API and building a poker game using this API.

About

A multithreaded RTC chat application.


Languages

Language:C++ 98.9%Language:Dockerfile 1.1%