A basic, lightweight chat application for quick and easy messaging without the need for login or authentication. This project allows users to chat via text and send emotes in real-time.
- Text Messaging: Users can send and receive text messages instantly.
- Emotes: Includes basic emotes to enhance chatting experience.
- No Login Required: Just open and start chatting – no account or login needed!
This project was created as an exploration using Cursor AI to understand the basics of real-time chat application functionality.
- Node.js must be installed on your machine to run the server.
- Clone or download this repository to your local machine.
- Open a command prompt (or terminal) and navigate to the folder containing
server.js
. - Start the server by typing:
node server.js