Your friendly neighborhood websocket messenger
Husky is a combination of frontend and backend services made to provide websocket message exchange with encryption (todo) and no trace on server.
- Clone the repo
- Place
server.php
on your server to run as daemon - Modify
preconnect.php
following the comments inside and place on the root path of the server - Modify
secure.php
following the comments inside (USER_KEYS
areusername:password
formatted) and place it in the same path asserver.php
- Modify
secure.rs
following the comments inside - Build Rust client app