An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Chattery
A simple multi-threaded chat application over TCP.
![](./.assets/screenshot.png)

## 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)