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.
- Host: GitHub
- URL: https://github.com/ved08/chat-app
- Owner: ved08
- Created: 2020-08-23T06:46:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T09:58:42.000Z (almost 6 years ago)
- Last Synced: 2023-09-01T21:59:42.337Z (almost 3 years ago)
- Topics: css, express, html, javascript, nodejs, socket-io, websocket
- Language: JavaScript
- Homepage: https://ved08-chat-app.glitch.me
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.