https://github.com/phamtrongsang11/chathub-dotnet
Chat Hub App
https://github.com/phamtrongsang11/chathub-dotnet
asp-net-core restful-api signalr websocket
Last synced: 3 months ago
JSON representation
Chat Hub App
- Host: GitHub
- URL: https://github.com/phamtrongsang11/chathub-dotnet
- Owner: phamtrongsang11
- Created: 2024-02-03T01:47:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T05:27:53.000Z (over 2 years ago)
- Last Synced: 2025-03-22T21:33:34.973Z (over 1 year ago)
- Topics: asp-net-core, restful-api, signalr, websocket
- Language: C#
- Homepage: https://chathub-react.netlify.app
- Size: 561 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat Hub App
Chat Hub App is a Discord-based system that allows you to chat and hold meetings with other individuals who have joined your server and channel. The system is developed using JavaScript, HTML, React, and Tailwind for the frontend, while Java, Spring framework and PostgresSQL are utilized for the backend. It include various feature such as:
- Server, channel and member management
- Chat with members in channel
- Chat individuals
- Voice and video conversation using LiveKit
- Send file, emoji and more...

## Demo (You can access demo by bellow link)
- https://chathub-react.netlify.app/
- After login type this link server invite: https://chathub-react.netlify.app/invite/5d7987da-0346-4180-9b63-af84e092b02f for easy join server and demo function
## Geting start
To run the app, simply do:
- clone frontend source in https://github.com/phamtrongsang11/ChatHub-React
- npm install && npm run dev
- clone this source to your local machine and run