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.
- Host: GitHub
- URL: https://github.com/jumagu/chat-app
- Owner: jumagu
- Created: 2024-05-22T01:56:12.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T07:52:45.000Z (about 2 years ago)
- Last Synced: 2025-06-15T11:56:21.565Z (about 1 year ago)
- Topics: expressjs, google-identity, nodejs, socket-io, websockets
- Language: JavaScript
- Homepage: https://chap-app-mgxm.onrender.com
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.