The Open Chat application is a simple NodeJS application that enables users to communicate with each other over WebSocket.
-
Clone the open-chat repository from GitHub:
git clone https://github.com/Aknbb/open-chat.git
-
Install the dependencies:
-
Navigate to project-directory.
cd open-chat
-
Install the dependencies of backend server.
npm install
-
-
Start the Node.js backend server
npm run start
-
Open the index.html file located in the client folder in your preferred browser.
-
Enter a username and start chatting with other users in real-time!
This project is licensed under the MIT License.
Feel free to explore my Open Chat project and get in touch if you have any questions or collaboration ideas. You can reach out to me via akinbuyukbulut@gmail.com or connect with me on LinkedIn and GitHub.