Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theanujdev/simple-chat-app
Simple Express + SocketIO chat web app for realtime chat
https://github.com/theanujdev/simple-chat-app
chat-application css nodejs simple socket-io
Last synced: about 2 months ago
JSON representation
Simple Express + SocketIO chat web app for realtime chat
- Host: GitHub
- URL: https://github.com/theanujdev/simple-chat-app
- Owner: theanujdev
- License: mit
- Created: 2021-01-22T17:39:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T12:26:43.000Z (over 2 years ago)
- Last Synced: 2024-05-11T18:14:11.161Z (8 months ago)
- Topics: chat-application, css, nodejs, simple, socket-io
- Language: CSS
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Chat App
## Overview
Simple Express + SocketIO chat web app for realtime chat.
## Tech Stack
**Client :** EJS template engine, CSS, JS
**Server :** Express, SocketIO
## Features
- Realtime chat
## Run Locally
- Clone the project
```bash
git clone https://github.com/theanujdev/simple-chat-app.git
```- Go to the project directory
```bash
cd simple-chat-app
```- Install dependencies
```bash
npm install
```- Start the server
```bash
npm run dev
```## Screenshots
![Home](https://raw.githubusercontent.com/theanujdev/simple-chat-app/master/img/home.png)
## Feedback
If you have any feedback, please reach out at [@theanujdev](https://twitter.com/theanujdev)
## Authors
- [@theanujdev](https://www.github.com/theanujdev)
## License
[MIT](https://choosealicense.com/licenses/mit/)