OpenChat is a web-based chat application.
- Node.js
- Express.js
- Socket.IO
- TypeScript
- HTML
- CSS
- JavaScript
- Node.js (which includes npm) must be installed on your system.
- Clone the repository:
git clone <repository-url> cd OpenChat
- Install dependencies:
npm install
- Build the project:
This will compile the TypeScript files into JavaScript.
npm run build
- Start the server:
This command will start the server using nodemon, which will automatically restart the server on file changes in the
libdirectory.The application will be available atnpm run start
http://localhost:3000.
This project is licensed under the terms of the MIT License.
Please review our Code of Conduct before contributing.
Contributions are welcome! Please open an issue or submit a pull request.
If you encounter any issues or require support, please open an issue in the GitHub repository.
For any inquiries, please contact the project maintainers.
- This project utilizes several open-source libraries and frameworks.