Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spencerjibz/fullstackchatapp
FULLSTACK CHAT APP BUILT WITH SOCKET.IO, NODEJS, REACT, JQUERY AND P5JS
https://github.com/spencerjibz/fullstackchatapp
bootstrap chat expressjs javascript jquery nodejs p5js react socket-io websockets
Last synced: about 6 hours ago
JSON representation
FULLSTACK CHAT APP BUILT WITH SOCKET.IO, NODEJS, REACT, JQUERY AND P5JS
- Host: GitHub
- URL: https://github.com/spencerjibz/fullstackchatapp
- Owner: spencerjibz
- Created: 2019-11-15T03:18:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T04:31:18.000Z (about 1 year ago)
- Last Synced: 2023-10-31T05:24:55.048Z (about 1 year ago)
- Topics: bootstrap, chat, expressjs, javascript, jquery, nodejs, p5js, react, socket-io, websockets
- Language: JavaScript
- Homepage: https://full-stackchatapp1.herokuapp.com/
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [fullstackChatApp](https://full-stackchatapp1.herokuapp.com/)
FULLSTACK CHAT APP BUILT WITH SOCKET.IO, NODEJS, REACT, JQUERY AND P5JS
## Requirements
- Nodejs (version >=10)
## Features
- Async chat with websockets (using socket.io)
- Emoji suppport
- Send files (images and voice messages) (P5js for voice recording)
- Typing notifications
- Videochat (to be implemented using webRTC)## Preview
![](https://raw.githubusercontent.com/spencerjibz/fullstackChatApp/master/client/public/Good%20illustion.PNG)
## Usage
1 .**[checkout the LiveDemo](https://full-stackchatapp1.herokuapp.com/)**
2 .**Make a copy of the app and run it**
- clone the repo or download zipped folder
`git clone https://github.com/spencerjibz/fullstackChatApp.git && cd MERNAPP && npm install`
- Run the app.
`npm start`### License
[MIT](https://github.com/spencerjibz/mongoCli-client/blob/master/LICENSE)