Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 834 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 834 Bytes

TalkBuddy

A realtime chat application with global chat, room chat and private chat support. The web app uses socket.io for realtime communication. The application is deployed on heroku and can be accessed by the link below.

Features

The app has Global Chat and Room Chat

A username from the room users list can be entered in the input box to initiate a Private Chat. The Private Chat appears on the window below.

Has image sending support

Techs Used

HTML, CSS (frontend)

Node.js (backend)

Issues

The app doesn't support more than one simultaneous private chats. A pair of users can do private chat at a given time.

The app may have scaling issues for devices with different screen sizes.

The app doesn't have Sign Up, Login and Authentication features.