Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpouyam/voxe
Chat Service
https://github.com/mpouyam/voxe
messenger messenger-platform rust rust-lang rustlang
Last synced: 16 days ago
JSON representation
Chat Service
- Host: GitHub
- URL: https://github.com/mpouyam/voxe
- Owner: mpouyam
- License: mit
- Created: 2023-09-04T15:52:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-21T13:57:55.000Z (over 1 year ago)
- Last Synced: 2024-11-11T08:50:59.094Z (2 months ago)
- Topics: messenger, messenger-platform, rust, rust-lang, rustlang
- Language: Rust
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Chat Service
Instructions
------------1. Install [Rust](http://www.rust-lang.org/install.html)
2. Clone the [VOXe](https://github.com/mpf0007/VOXe) source code .
3. Run `cargo build` to build VOXe , and `cargo run` to run it.
To build and run with optimizations enabled, use `cargo build --release` and
`cargo run --release`.