1.0.2 • Published 3 years ago

@redstone-solutions/hackerchat-client v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

About the project

Hacker chat is a http service that works with websockets. It allows users to create and connect in rooms and change messages.

It is possible to create any interface to communicate with it, web, mobile, desktop, etc.

The terminal client allows you to connect to any hackerchat server, directly on the shell.

Installation

To install the client, you'll need to run:

npm install -g @redstone-solutions/hackerchat-client

or...

yarn global add @redstone-solutions/hackerchat-client

Connecting to a server

For connecting with a server, you'll need to run:

hackerchat --username YOUR_USERNAME --room ROOM_NAME --hostUri SERVER_URL

The hostUri argument is optional. If the host is missing, the client will connect with the global server.

Closing the chat

If you want to close the chat, double press the "ESC" button.


Made with ❤️ by Redstone Solutions :wave: Join our community!