Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matissoss/msat
msat - school admin tool, WIP
https://github.com/matissoss/msat
app client mobile-app rust server server-client tcp-client-server tcp-server
Last synced: 2 days ago
JSON representation
msat - school admin tool, WIP
- Host: GitHub
- URL: https://github.com/matissoss/msat
- Owner: Matissoss
- License: mit
- Created: 2024-12-16T06:18:34.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T17:07:59.000Z (25 days ago)
- Last Synced: 2025-01-21T18:23:30.123Z (25 days ago)
- Topics: app, client, mobile-app, rust, server, server-client, tcp-client-server, tcp-server
- Language: Rust
- Homepage: https://matissoss.github.io/msat/
- Size: 2.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
msat
mateus's school administration tool
---
# About
**msat** is ***FOSS*** (free and open-source) school administration tool.
# Features
- Fast and lightweight
- Multithreaded and asynchronous with tokio-rs
- Made in Rust
- FOSS (Free and Open Source)# Install/Setup
Read [SETUP.md](setup.md)
# License
**msat**/**msatc** are both licensed under permissive [X11 (MIT)](LICENSE) License.
# Credits
**msat**/**msatc** were made by MateusDev using following tools that require mentioning:
- [rust-lang](https://www.rust-lang.org/)
- [tokio-rs](https://github.com/tokio-rs/tokio)
- [rusqlite](https://github.com/rusqlite/rusqlite)