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

https://github.com/ashwaniydv/chatcord


https://github.com/ashwaniydv/chatcord

ejs express momentjs node nodejs socket-io

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# ChatCord App
Realtime chat app with websockets using Node.js, Express and Socket.io with EJS as templating engine on the frontend with a custom UI

## Usage
```
# Install dependencies
npm install

# Run in development with hot reload
npm run dev
```

## Features
- [x] Chatcord bots to greet the new users and update the room users about joining and leaving of users
- [x] Emoji support with emoji custom picker
- [x] Share your live location
- [x] Create a new room
- [x] Join an existing room on the server
- [ ] Send Files

## Screenshots
![login screen](./screenshots/4.png)
![chat emoji picker screen](./screenshots/1.png)
![screen](./screenshots/5.png)
![chat screen](./screenshots/2.png)
![screen](./screenshots/3.png)