https://github.com/mpouyam/voxe
Chat Service
https://github.com/mpouyam/voxe
messenger messenger-platform rust rust-lang rustlang
Last synced: 8 months ago
JSON representation
Chat Service
- Host: GitHub
- URL: https://github.com/mpouyam/voxe
- Owner: mpouyam
- License: mit
- Created: 2023-09-04T15:52:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T13:57:55.000Z (about 2 years ago)
- Last Synced: 2025-01-09T07:13:34.530Z (9 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`.