https://github.com/aadrianleo/gabmate
GabMate is an chat web app where you can chat to any person in group and in personal chat. You can create an channel to make a group and add any member you want to add in the channel. use can also start thread on an perticular message on any member. you can send emotes to any members messages and the web app even has an an sms feature to send sms for twillo. This app is coded in javascript language.
https://github.com/aadrianleo/gabmate
chat chat-application chat-web-client chatroom express javascript nodejs nodemon nodemon-express react react-chat react-chat-app stream-chat stream-chat-react streamchat twillio
Last synced: 6 months ago
JSON representation
GabMate is an chat web app where you can chat to any person in group and in personal chat. You can create an channel to make a group and add any member you want to add in the channel. use can also start thread on an perticular message on any member. you can send emotes to any members messages and the web app even has an an sms feature to send sms for twillo. This app is coded in javascript language.
- Host: GitHub
- URL: https://github.com/aadrianleo/gabmate
- Owner: AadrianLeo
- Created: 2022-06-29T18:27:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T16:43:38.000Z (over 2 years ago)
- Last Synced: 2025-02-13T09:18:27.926Z (8 months ago)
- Topics: chat, chat-application, chat-web-client, chatroom, express, javascript, nodejs, nodemon, nodemon-express, react, react-chat, react-chat-app, stream-chat, stream-chat-react, streamchat, twillio
- Language: JavaScript
- Homepage: https://gabmate.netlify.app/
- Size: 3.5 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GabMate

#
## Introduction
GabMate is an chat web app where you can chat to any person in group and in personal chat. You can create an channel to make a group and add any member you want to add in the channel. use can also start thread on an perticular message on any member. you can send emotes to any members messages and the web app even has an an sms feature to send sms for twillo. This app is coded in javascript language.#### `# run npm i for both client & server side to install the node packages. `
#### `# run npm start the client side and open localhost:3000.`
#### `# run npm run dev to start the server side and if you want to open and check server side open localhost:5000.`
#### `# create a .env file as give in .envexample and put your details of stream-chat and twillo API.`
##### `# Change the STREAM-CHAT API KEY in client > src> App.js > const apiKey = ''; .`