Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makschernetskyi/chat_room
group chat for multiple users application
https://github.com/makschernetskyi/chat_room
chat-application express graphql react
Last synced: about 2 months ago
JSON representation
group chat for multiple users application
- Host: GitHub
- URL: https://github.com/makschernetskyi/chat_room
- Owner: makschernetskyi
- Created: 2023-04-20T14:59:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-17T17:58:19.000Z (about 1 year ago)
- Last Synced: 2023-12-18T21:08:12.355Z (about 1 year ago)
- Topics: chat-application, express, graphql, react
- Language: TypeScript
- Homepage:
- Size: 837 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Single example common group chat (chat room) for many
users. Example usage as common chat for some organisation
like school or university which can be independent from
other messengers and hosted on own or shared server.
Here comes the preview🖼️
⚙️How to set up for own usage?⚙️
- clone this repo
- install all dependencies in server and client folders with 'npm install' or 'yarn'
- in server connect to your database and add .env file with your private key
- change links in client part to your api
- run the app locally or build it and host it
- enjoy using the chat🪁!