Skip to content

nanoqsh/voki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voki

Chat app written in Rust

Build

To build entire application make:

cargo run

To build application with release profile make:

cargo run release

That runs a build script which creates dock directory with a ready to start Dockerfile. Build and run a container with:

docker-compose up -d --build

Visit localhost to open the application. Currently only http support, so ensure the browser opens a page with http:// prefix.

To show the server log make:

docker-compose logs

About

Chat app written in Rust

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages