Skip to content

jumagu/chat-app

Repository files navigation

Getting Started

Chat application built with Node.js, Express.js and Socket.IO.

Requirements

  • Node.js 20.11.0 or latest installed on your system.

Development Steps

  1. Clone the respository: git clone https://github.com/jumagu/chat-app.git.
  2. Install Node Modules: npm install or npm i.
  3. Rename the .env.template file to .env and assign the values to the variables as appropriate.
  4. Run the application: execute in the console on your app path nodemon app (if you already have nodemon installed globally) or node app.

About

Chat application built with Node.js, Express.js and Socket.IO.

Topics

Resources

Stars

Watchers

Forks