Skip to content

MohamedMootez/sqlite-react-express-socket.io-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’¬ Chat App Backend

This is the backend of a simple real-time chat application built using:

  • βš™οΈ Node.js + Express for server-side logic
  • πŸ”Œ Socket.IO for real-time WebSocket communication
  • πŸ—ƒοΈ SQLite (via better-sqlite3) for storing messages locally using SQL

πŸš€ Features

  • βœ… Send messages in real time
  • ✏️ Edit and delete messages
  • πŸ—‚οΈ All messages stored in chat.db using real SQL
  • πŸ” New users automatically receive existing messages on join

πŸ“ Project Structure

About

πŸ’¬ A real-time chat app backend built with Node.js, Express, Socket.IO, and SQLite β€” supports sending, editing, and deleting messages with full SQL-based storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors