Skip to content

Simple chatroom client in C++ loosely based on IRC. This project demonstrates the basic use of sockets. There is no client available but any telnet client will do. Just connect to the server on the specified port and address. By default port 5000 is used. The project was intended to run on Linux and Unix based systems. However with minor changes…

Notifications You must be signed in to change notification settings

ljql2001/ChatRoomClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatRoomClient

Simple chatroom client in C++ loosely based on IRC. This project demonstrates the basic use of sockets. This is the client implementation connecting to Chat-Server. Just connect to the server on the specified port and address. By default port 5000 is used. The project was intended to run on Windows. However with minor changes you'd be able to run it on Linux and Unix based systems.

About

Simple chatroom client in C++ loosely based on IRC. This project demonstrates the basic use of sockets. There is no client available but any telnet client will do. Just connect to the server on the specified port and address. By default port 5000 is used. The project was intended to run on Linux and Unix based systems. However with minor changes…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published