Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dulajkavinda/realtime-chat-socketio
π¬ Realtime chat application using socket.io, express and reactjs.
https://github.com/dulajkavinda/realtime-chat-socketio
added chat chat-application chatroom express multiuser nodejs react real-time realtime realtime-chat socketio web-app
Last synced: about 1 month ago
JSON representation
π¬ Realtime chat application using socket.io, express and reactjs.
- Host: GitHub
- URL: https://github.com/dulajkavinda/realtime-chat-socketio
- Owner: dulajkavinda
- Created: 2020-12-31T05:56:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T07:34:52.000Z (about 4 years ago)
- Last Synced: 2024-12-14T03:04:07.685Z (about 1 month ago)
- Topics: added, chat, chat-application, chatroom, express, multiuser, nodejs, react, real-time, realtime, realtime-chat, socketio, web-app
- Language: JavaScript
- Homepage:
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π¬ Realtime Chat
Realtime chat application using socket.io, express and reactjs.
## Preview
## Features
- Send Messages
- Recieve Messages realtime## How to Use
**Step 1:**
Download or clone this repo by using the link below:
```
https://github.com/dulajkavinda/realtime-chat-socketio.git
```**Step 2:**
Go to project root and execute the following command in console to get the required dependencies:
```
npm install
```**Step 3:**
Run project:
```
npm start
cd web
npm start
```## Folder Structure
Here is the core folder structure which flutter provides.
```
realtime-chat-socketio/
|- web
|- index.js
```Here is the folder structure we have been using in this project
```
web/
|- public
|- src
|- README.md
|- package.json
```## Authors
- Dulaj Kavinda
## **Copyright and license**
Code and documentation copyright 2020 the authors. Code released under theΒ [MIT License](https://github.com/dulajkavinda/).
EnjoyΒ π€