https://github.com/olivsinz/real-time-chat-app
A node.js' real time chat application with Express.js and Socket.io
https://github.com/olivsinz/real-time-chat-app
expressjs javascript nodejs socket-io
Last synced: 3 months ago
JSON representation
A node.js' real time chat application with Express.js and Socket.io
- Host: GitHub
- URL: https://github.com/olivsinz/real-time-chat-app
- Owner: olivsinz
- License: mit
- Created: 2018-03-14T08:46:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T08:49:44.000Z (over 8 years ago)
- Last Synced: 2026-01-03T16:22:24.579Z (6 months ago)
- Topics: expressjs, javascript, nodejs, socket-io
- Language: HTML
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Folder Structure
After creation, your project should look like this:
```
my-app/
README.md
node_modules/
app.js
.gitignore
package.json
package-lock.json
views/
index.ejs
```
## Installing a Dependency
### `npm install`
Launch this command to install all dependencies
##Running
### `node app.js`
Launches the application in the interactive watch mode.