Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranfdev/smallchat
Small IRC chat server, in Rust, with minimal dependencies
https://github.com/ranfdev/smallchat
Last synced: 4 days ago
JSON representation
Small IRC chat server, in Rust, with minimal dependencies
- Host: GitHub
- URL: https://github.com/ranfdev/smallchat
- Owner: ranfdev
- Created: 2023-11-04T17:37:22.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-04T17:49:51.000Z (about 1 year ago)
- Last Synced: 2024-10-31T14:06:11.104Z (about 2 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smallchat
This is a rewrite of https://github.com/antirez/smallchat in Rust.
We are still under 200Loc, while providing some additional features.
The only library used is `mio`, which is necessary to provide a cross platform
abstraction of `epoll`.
Additional features:
- Memory safe (eheheh)
- Buffering of input and output