Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


VOXe Logo

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`.