/ChatApp

A simple chat app based on Node.js.

Primary LanguageTypeScript

ChatApp

A simple web-based chat app based on Node.js. It is still under developmnet.

How to run the project for development

  1. Download the repository
  2. Run yarn dev in the ./server path to start the server.
  3. Run yarn dev in the ./client path to start the client project (vite based).

Features

  • Messaging to an other user in your contact list.