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: 6 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-29T22:55:16.000Z (over 1 year ago)
- Last Synced: 2025-03-19T00:18:52.335Z (over 1 year ago)
- Topics: cpp, gui, sockets, windows, winsock, winsock2, winsocket, wxwidgets
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 1
- 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

## 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.zip
2. 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 jadeyeti6@gmail.com
## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.