https://github.com/kennfatt/chattery
Multi-threaded chat applicaton over TCP written in Rust
https://github.com/kennfatt/chattery
chat multithread rust tcp
Last synced: 12 months ago
JSON representation
Multi-threaded chat applicaton over TCP written in Rust
- Host: GitHub
- URL: https://github.com/kennfatt/chattery
- Owner: KennFatt
- License: mit
- Created: 2020-08-10T16:17:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T01:18:36.000Z (over 5 years ago)
- Last Synced: 2025-01-01T22:11:32.662Z (about 1 year ago)
- Topics: chat, multithread, rust, tcp
- Language: Rust
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chattery
A simple multi-threaded chat application over TCP.

## Features
* Configurable
* Multi-threaded
* Absolutely low resource usage
## How to
**Client**
Currently no official client, but it seamlessly running with `telnet` or `nc` like application.
## Credit
* Author: [KennFatt](https://github.com/KennFatt)