https://github.com/connerkt/chat-app
A server side rendered chat application that allows you to message friends and leave after.
https://github.com/connerkt/chat-app
Last synced: 9 months ago
JSON representation
A server side rendered chat application that allows you to message friends and leave after.
- Host: GitHub
- URL: https://github.com/connerkt/chat-app
- Owner: ConnerKT
- Created: 2024-06-27T19:44:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T18:45:41.000Z (almost 2 years ago)
- Last Synced: 2025-10-14T15:02:34.339Z (9 months ago)
- Language: JavaScript
- Homepage: https://chat-app-96y4.onrender.com
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat Application (Chatty)
This is a simple chat application built using Node.js, Express.js, and Socket.IO.
## Installation
1. Clone the repository
2. Run `npm install` to install dependencies (Each folder)
3. Run `npm start` to start the server
## Usage
Once the backend is started you'll be able to chat with other users on the same server (Create another browser to test out the multiple user portion)
## Features
- Real-time messaging
- Multi-user support
## Contributing
Contributions are welcome. Please open an issue or submit a pull request.
### Items to add
I want to implement authentication, and chat rooms.
I want to deploy the application and get it live online to use with friends.
I want this to be an React app on the frontend as well.
### Bug fixes
My activity is broken, i'm too sleepy to fix it but will fix later
## License
This project is licensed under the [MIT License](LICENSE).