Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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