c-chat
Version:
31 lines (25 loc) • 517 B
Markdown
# c-chat
Secure and lightweight chat for local networks
## How to install?
-------------------------------------------
```
$ npm install c-chat -g
```
... or
```
$ git clone https://github.com/hackwork-tymm0/c-chat.git && cd c-chat && npm install -g
```
## How to use?
-------------------------------------------
To start select the port
```
$ sudo c-chat set-port=PORT_NUMBER
```
And start
```
$ c-chat start
```
And browse your server
```
http://SERVER_IP:PORT_NUMBER // example - http://192.168.1.3:3030
```