Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jennwah/mern-chat-socketio
MERN stack chat app with socket.io
https://github.com/jennwah/mern-chat-socketio
Last synced: about 2 months ago
JSON representation
MERN stack chat app with socket.io
- Host: GitHub
- URL: https://github.com/jennwah/mern-chat-socketio
- Owner: jennwah
- Created: 2020-06-27T06:52:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T15:51:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T01:20:40.031Z (almost 2 years ago)
- Language: JavaScript
- Size: 3.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mern-chat-socketio
MERN stack chat app with socket.io## For usage
1) git clone https://github.com/jennwah/mern-chat-socketio.git
2) npm install in root directory
3) cd client and npm install
4) In server folder, do create your dev.js file in config to setup your mongoDB uri like below:In /config/dev.js
module.exports = {
mongoURI: //your mongoURI here
}This is a MERN chat app with socket.io. Redux is also implemented for global state management. AntD design is used for styling. Refer to [here](https://ant.design/docs/react/introduce) for more.
## Features to be added:
1) Add chatroom features ( for now, theres only one chatroom for all users haha)
2) Add individual personal chat with other usersThis is a basic MERN full stack chat app with socket.io project.
I have uploaded a 2-min app demon on youtube [here](https://www.youtube.com/watch?v=kiDsjyUqsW0)