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

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

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.