Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jadeeeeeeeeeeee/sockets-chat-app
a socket chat app i made in cpp thats built with winsock and wxwidgets
https://github.com/jadeeeeeeeeeeee/sockets-chat-app
cpp gui sockets windows winsock winsock2 winsocket wxwidgets
Last synced: about 2 months ago
JSON representation
a socket chat app i made in cpp thats built with winsock and wxwidgets
- Host: GitHub
- URL: https://github.com/jadeeeeeeeeeeee/sockets-chat-app
- Owner: Jadeeeeeeeeeeee
- License: mit
- Created: 2024-11-29T22:09:45.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-29T22:55:16.000Z (about 2 months ago)
- Last Synced: 2024-11-29T23:21:29.399Z (about 2 months ago)
- Topics: cpp, gui, sockets, windows, winsock, winsock2, winsocket, wxwidgets
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Sockets Chat App
A sockets chat app made in CMake, wxWidgets and winsock
## Features
- Instant messaging
- Responsive GUI
- Memory efficient## Screenshots
![App Screenshot](https://i.ibb.co/CHnc195/screenshot.jpg)
## Installation
> **Note:** there is only a windows version because of the winsock dll being used here
1. Download the following release packge's:
client.zip
server.zip2. unzip the zip files anywhere you want
3. run the server exe before all
4. run the client exe as many times you want each one is a user
***BOOM!*** it works
## Tech Stack**Client:** wxWidgets, winsock, CMake
**Server:** winsock, CMake
## Feedback
If you have any feedback, please reach out to me at [email protected]
## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.