1.0.3 • Published 7 years ago

c-chat v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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