Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashutoshthings/retrochat
A Terminal based chatting application.
https://github.com/ashutoshthings/retrochat
c server-client-application socketprogramming winsock2
Last synced: 27 days ago
JSON representation
A Terminal based chatting application.
- Host: GitHub
- URL: https://github.com/ashutoshthings/retrochat
- Owner: AshutoshThings
- Created: 2024-11-27T16:33:13.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-30T12:48:51.000Z (about 1 month ago)
- Last Synced: 2024-11-30T13:35:04.181Z (about 1 month ago)
- Topics: c, server-client-application, socketprogramming, winsock2
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RetroChat
A Terminal based chatting application for windows operating system.
The Server code is deployed on Microsoft Azure cloud platform, to allow clients easy 24x7 access to the server.
Clients connect to the server.
Server then acts as a relay server and allows communication between two clients.
Server has many features like username validation, and other validation features to reduce unnecessary trafic on the server.
Clients all over the world can connect to the server, to do so just change the IP address in the client program to public IP of the cloud computer running the server code.
More features will be rolled on in upcoming versions.