Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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?⚙️





  1. clone this repo

  2. install all dependencies in server and client folders with 'npm install' or 'yarn'

  3. in server connect to your database and add .env file with your private key

  4. change links in client part to your api

  5. run the app locally or build it and host it

  6. enjoy using the chat🪁!