https://github.com/priyanayak28/chatapp
Speakeasy is a group chat application built using HTML, CSS, JavaScript, Node.js, Express.js, WebSocket, and MySQL. It allows users to create chat rooms, join existing ones, and engage in real-time conversations with other users.
https://github.com/priyanayak28/chatapp
css expressjs html javascript mysql-database nodejs project-practice web-development
Last synced: 3 months ago
JSON representation
Speakeasy is a group chat application built using HTML, CSS, JavaScript, Node.js, Express.js, WebSocket, and MySQL. It allows users to create chat rooms, join existing ones, and engage in real-time conversations with other users.
- Host: GitHub
- URL: https://github.com/priyanayak28/chatapp
- Owner: PriyaNayak28
- Created: 2024-05-23T07:35:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T15:49:49.000Z (about 2 years ago)
- Last Synced: 2025-03-01T08:45:19.370Z (over 1 year ago)
- Topics: css, expressjs, html, javascript, mysql-database, nodejs, project-practice, web-development
- Language: JavaScript
- Homepage: https://priyanayak28.github.io/chatApp/
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speakeasy
Speakeasy is a real-time group chat application built using HTML, CSS, JavaScript, Node.js, Express.js, WebSocket, and MySQL.
## Features
- User authentication
- Create and join chat rooms
- Real-time messaging
- Persistent storage
## Technologies Used
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express.js
- WebSocket: For real-time communication
- Database: MySQL
## Installation and Setup
1. Clone the repository: `git clone https://github.com/PriyaNayak28/chatApp`
2. Install dependencies: `npm install`
3. Configure MySQL database settings in `config.js`
4. Start the server: `node server.js`
## Usage
1. Register a new account or log in with existing credentials.
2. Create a new chat room or join an existing one.
3. Start chatting with other users in real-time.
## Contributing
Contributions are welcome! If you'd like to contribute to Speakeasy, feel free to submit a pull request with your changes.
## Contact
For any inquiries or feedback, feel free to contact the project maintainers at [nayakpriya612@gmail.com](mailto:nayakpriya612@example.com).