An open API service indexing awesome lists of open source software.

https://github.com/ved08/chat-app

This is a chat app built using WebSockets. The project is still in development.
https://github.com/ved08/chat-app

css express html javascript nodejs socket-io websocket

Last synced: 2 months ago
JSON representation

This is a chat app built using WebSockets. The project is still in development.

Awesome Lists containing this project

README

          

## How to use
First clone this repo using:

`git clone https://github.com/ved08/chat-app.git`

Then `cd` into the project using `cd chat-app`

Then, run the following code in your terminal:

`npm install` or `npm i`
This will install all the packages.

You are ready to go now. Just type `node .` or `node index` to start the server.

You can view the page at `localhost:3000`


You can view the hosted page [here](https://ved08-chat-app.glitch.me/)

I am using [glitch](https://glitch.com) to host the page.