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: about 1 year ago
JSON representation

Small IRC chat server, in Rust, with minimal dependencies

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