Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 964 Bytes

File metadata and controls

40 lines (24 loc) · 964 Bytes

See preview on gh-pagess link

Link: https://sesar002.github.io/chat-app/

How to set up

Go direcotry you want to clone the app and open terminal. To clone the app copy the code below to terminal and press enter.

git clone https://github.com/sesar002/chat-app.git

When clone is finished installing, you need to install packages. To install them copy the code below to terminal.

npm install

Now that we installed all the requied things for app to work, you can just type

npm start

to the terminal to start the app.

The app will open on localhost:3000

About

When app is started it generates You a random name and random color. To have multiple users online You need to open the app in multiple tabs.

Scaledrone Chat Service used

Scaledrone provides features like realtime messaging, message history and user presence so you can focus on the business logic.

Packages used

node-random-name randomcolor