Skip to content

coderSuresh/real-time-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Real Time Chat Application

This is a simple real time chat application built using Next.js, Tailwindcss, Express, and Socket.io. Frontend is deployed on Vercel and backend is deployed on Render.com.

Demo

You can test it out here: https://chat-codersuresh.vercel.app/

Table of Contents

Purpose

The purpose of this project was to learn how to use Socket.io to build a real time chat application.

Screenshots

Real time chat web app

Features

  • Auto scroll to bottom when new message is received
  • Enter username to join chat
  • Real time chat with other users
  • See who has joined the chat

Links

What I Learned

  • To use Socket.io to build a real time chat application
  • How to use Socket.io with Next.js and Express
  • How to deploy Next.js frontend on Vercel and Express backend on Render.com

Continued Development

Eventhough the sole purpose of this project was to learn how to use Socket.io, I plan to continue to work on this project. Some of the features I plan to add are:

  • Show who is online
  • Show who left the chat
  • Add ability to send images
  • Add real time typing indicator
  • Add ability to create multiple chat rooms
  • Add ability to send private messages