@devontherun/ew-hacker-chat-client
v1.0.1
Published
<p align="center"> <img src="https://img.shields.io/badge/nodejs-15.11.0-blue" /> <img src="https://img.shields.io/badge/blessed-0.1.81-orange"/> </p>
Downloads
2
Readme
EW Hacker Chat Client 💬
💬 About
Hacker chat client implemented with WebSocket and NodeJS.
Project developed during EW JS Expert v3.
Server application
https://github.com/filipe1309/ew-hacker-chat-server
:computer: Technologies
📜 Requirements
💿 Installing
npm i -g @devontherun/ew-hacker-chat-client
🏃 Running
Connect to the rumm with your username
hacker-chat --username yourUserNameHere --room roomName01
- replace yourUserNameHere with ...you username, && roomName01 with ...wait for it... the room name \o/
:octocat: Contributing
Feedback, bug reports, and pull requests are welcome!
💿 Installing
# Clone this repo
git clone [email protected]:filipe1309/ew-hacker-chat-client.git
# Enter project folder
cd ew-hacker-chat-client
# Install dependencies
npm ci
🏃 Local Runnning
-> npm run user01
Users user01 to user 04 use local server (http://localhost:9898) & users user05 and user06 use heroku server (https://ew-hacker-chat-server.herokuapp.com/)