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

https://github.com/rexlow/simple-chat-app-socket-io

A simple chat app with SocketIO & NodeJS
https://github.com/rexlow/simple-chat-app-socket-io

Last synced: 5 months ago
JSON representation

A simple chat app with SocketIO & NodeJS

Awesome Lists containing this project

README

          

# Simple Chat App with SocketIO & NodeJS

A simple browser chat app with Socket IO & NodeJS

## Installation

```sh
npm install
```

After the installation, open terminal and type

```sh
node server.js
```

Open your browser and type

```sh
localhost:3000
```

Enjoy!