Skip to content

Hacker Chat is an application developed during the week JS expert 03, an application that you chat in a multiplatform chat in an incredible way, using only the terminal.

Notifications You must be signed in to change notification settings

Saviollage/hackerChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

HackerChat by saviollage

JSExpertWeek3

๐Ÿ“ƒ About

Hacker Chat is an application developed during the week JS expert 03, an application that you chat in a multiplatform chat in an incredible way, using only the terminal.

Lessons of the Week JS Expert 3.0 Building a multiplatform chat using command line and Advanced JavaScript.

๐Ÿš€ Instalation

  # Clone the project:
  $ git clone https://github.com/saviollage/hackerChat

Server

  # Enter Directory:
  $ cd hackerChat

  # Enter Directory:
  $ cd server

  # Install the dependencies:
  $ npm ci

  # Running app:
  $ npm start

Client

  # Enter Directory:
  $ cd hackerChat

  # Enter Directory:
  $ cd client

  # Install the dependencies:
  $ npm ci

  # Running the app (--hostUri is optional, by default the host is https://hackerchat-saviollage.herokuapp.com)
  $ node index --username <YOUR NAME> --room <ROOM NAME> 
  
  # Or you can run app with example 
  $ npm run user01 

About

Hacker Chat is an application developed during the week JS expert 03, an application that you chat in a multiplatform chat in an incredible way, using only the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published