Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tahsinzidane/live_link
live link is a real time chat room
https://github.com/tahsinzidane/live_link
Last synced: about 2 months ago
JSON representation
live link is a real time chat room
- Host: GitHub
- URL: https://github.com/tahsinzidane/live_link
- Owner: tahsinzidane
- License: mit
- Created: 2024-08-05T16:34:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T15:55:28.000Z (4 months ago)
- Last Synced: 2024-09-16T19:16:49.695Z (4 months ago)
- Language: JavaScript
- Size: 255 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# live_link
i have made real time chat room with the help of [socket.io](https://socket.io/)- [live preview, currently not available](https://live-link.onrender.com/)
## try live link
first of all you have to clone the repo- 1 open git bash and
```
git clone https://github.com/tahsinzidane/live_link.git
```
- 2 install node socket.io and express
```
cd 'live_link'
```
- [express js](https://expressjs.com/)
```
npm express js
```
- [socket.io](https://socket.io/)
```
npm i socket.io
```- 3 run the code
```
node index.js
```
if you want ot run the code with nodemon
```
npm run dev
```## authon
- [tahsin zidane](https://github.com/tahsinzidane)## languages and technologies
- html
- css
- javaScript
- [node js](https://nodejs.org/api/os.html)
- [socket.io](https://socket.io/)
- [express js](https://expressjs.com/)## license
this repo under the mit [license](/LICENSE)