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

https://github.com/keiken-shin/chatty

Realtime chat application - Understanding the mechanics of Socket.io
https://github.com/keiken-shin/chatty

chat-application express nodejs socket-io

Last synced: 3 months ago
JSON representation

Realtime chat application - Understanding the mechanics of Socket.io

Awesome Lists containing this project

README

          

# Chatty - Your homeroom realtime chat app

**This is a test chat room app, in the process of learning socket.io**

## Desktop design

![Join Page Desktop](./public/images/demo/join.png)
![Chat Room Page Desktop](./public/images/demo/chat-room.png)

## Mobile design

![Join Page Mobile](./public/images/demo/join-mobile.png)
![Chat Room Page Mobile](./public/images/demo/chat-room-mobile.png)
![User Popup Mobile](./public/images/demo/users-mobile.png)