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
- β Send messages in real time
- βοΈ Edit and delete messages
- ποΈ All messages stored in
chat.dbusing real SQL - π New users automatically receive existing messages on join