An awesome chat application to get connected with people around.
View Demo
ConnectU is a dynamic room chat application.
Features of the Chat Application:
- Create your own rooms or Join any exisiting ones.
- The Admin of the room (System Generated) provides the information of the ones leaving and entering the chat.
- Dynamic online users count display.
- Sockets providing seamless connectivity.
Here is a quick installation guide.
- npm
npm install npm@latest -g
- The application has two direcotries chatfront (The client side) and the chatback (The Server side)
- Clone the repo
git clone https://github.com/090max/ConnectU
- Install NPM packages in both the above listed directories.
npm i
- Run both server and client in their respective directory.`
npm start
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/FeatureBranch
) - Commit your Changes (
git commit -m 'Add some Feature'
) - Push to the Branch (
git push origin feature/FeatureBranch
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.