Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)