Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/werdl/rschat
https://github.com/werdl/rschat
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/werdl/rschat
- Owner: werdl
- Created: 2024-01-02T19:36:08.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-01-03T17:51:42.000Z (11 months ago)
- Last Synced: 2024-01-03T18:44:58.568Z (11 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rschat
## A simple chat application between two users written in Rust
- Truth be told, I only wrote this project to learn the `warp` and `rusqlite` frameworks.
- Honestly, it was way easier than I expected, and development is faster than with Python, see [this project](http://github.com/dispatch-x/api)
## How to run
- This was built to be easily run, so:
```bash
make setup
make run && make clean
```
- the above commands require `make`, `sqlite3` and the `rust` toolchain with linker to be installed