#chat #talk #chatting #stranger

app lupt

Chat app for lupt(लुप्त) users!

1 unstable release

0.2.0 May 26, 2021

#806 in HTTP server

GPL-3.0-only

265KB
2.5K SLoC

Rust 1.5K SLoC // 0.2% comments JavaScript 794 SLoC // 0.0% comments

1

Lupt Chat

Chat app to talk in group or to strangers

Running

Create a config.json file for configuring the server with all the required options like salt and tenor_api etc. An example config file config.json.example has been provided with all currently supported options, one can copy the example file as config.json and put appropriate values for the given options to get the config file ready for use.

lupt -a <interface address> -p <port> -s <static files dir> -c <config.json path>

Example:

lupt -a 0.0.0.0 -p 8080 -s ./static -c config.json

Building

Make sure the rust toolchain is installed. (If not, install using rustup.rs) Then, just use cargo to build the project binary

cargo build --release

This will produce the required project binary lupt in target/release/lupt

License

This project is under GPLv3

Dependencies

~32MB
~676K SLoC