An open API service indexing awesome lists of open source software.

https://github.com/jumagu/chat-app

Chat application built with Node.js, Express.js and Socket.IO.
https://github.com/jumagu/chat-app

expressjs google-identity nodejs socket-io websockets

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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`.