Skip to content

Geethegreat/chat_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple chat app built in c.

Compile and run the server file and client file using -lws2_32 tag for windows.

You can test the programs by running each on a seperate terminal.

gcc -o server.exe server.c -lws2_32 (same for client.c)

If you wish to run the client or the server program on another computer give the required hostname and port.

.\server.exe 127.0.0.1, 6969

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages