Skip to content

A simple chat application powered by sockets. This chat application is more of a chat room, rather than a peer to peer chat. So this means that multiple users can connect to the chat server and send their messages. Every message is broadcasted to every connected chat user. It is just a basic chat server to learn concepts of socket programming in…

Notifications You must be signed in to change notification settings

nayan2000/chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

chat-server

A simple chat application powered by sockets. This chat application is more of a chat room, rather than a peer to peer chat. So this means that multiple users can connect to the chat server and send their messages. Every message is broadcasted to every connected chat user. It is just a basic chat server to learn concepts of socket programming in python. Also, the server disconnects you from the network if you are not reachable due to any reason.

About

A simple chat application powered by sockets. This chat application is more of a chat room, rather than a peer to peer chat. So this means that multiple users can connect to the chat server and send their messages. Every message is broadcasted to every connected chat user. It is just a basic chat server to learn concepts of socket programming in…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages