https://github.com/tobynetizen/win-local-comm-net
A console-based locally-hosted chat server
https://github.com/tobynetizen/win-local-comm-net
cpp mysql networking windows
Last synced: about 2 months ago
JSON representation
A console-based locally-hosted chat server
- Host: GitHub
- URL: https://github.com/tobynetizen/win-local-comm-net
- Owner: tobynetizen
- License: mit
- Created: 2025-03-27T22:55:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-29T13:52:50.000Z (over 1 year ago)
- Last Synced: 2025-03-29T14:28:25.406Z (over 1 year ago)
- Topics: cpp, mysql, networking, windows
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Local Communications Network
A monolithic and ephemeral console-based chat server hosted on the loopback adapter.

### Agenda
- [ ] Nickname registration
- [ ] Syntactic refactoring
- [ ] Programmatic SQL API
- [ ] A/B testing proxies for debugging
- [ ] Protocol variability
- [ ] Terminal-based client interface
## License
[MIT](https://raw.githubusercontent.com/tobynetizen/win-local-comm-net/refs/heads/master/LICENSE)