An open API service indexing awesome lists of open source software.

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.

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).