/simple-realtime-chat

Simple chat using Nodejs and Socket.io

Primary LanguageHTML

💻 Project

This realtime chat is my first experience with socket.io. My next goal is to evolve this idea using React for the frontend and Postgres to store the data.When the new project is ready this repository will be deleted.

🛠️ Features

  • Send messages
  • Rceive messages in realtime

✨ Technologies

🚀 Getting started

# Install the dependencies
$ npm i

# Start the project
$ node server.js

The app will be available for access on your browser at http://localhost:3000


Made with 💜 by Davy de Souza