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

https://github.com/yosh1/node-express-socket

This is a chat application that developed by node.js / exapress and socket.io .
https://github.com/yosh1/node-express-socket

chat express nodejs socket-io

Last synced: 3 months ago
JSON representation

This is a chat application that developed by node.js / exapress and socket.io .

Awesome Lists containing this project

README

          

# node-express-socket
This is a chat application that developed by node.js / exapress and socket.io .

[https://yoshi1125hisa-node-express-socket.glitch.me/](https://yoshi1125hisa-node-express-socket.glitch.me/)

## How to run ?

### Local

```
$ npm start
```

### Docker

```
$ docker build -t chat .
$ docker run -it -p 3000:3000 chat
```

or

```
$ docker build -t chat .
$ docker run -it -p 3000:3000 chat ash
```

## How to deploy ? ( Now )
```
$ now projects add
$ now --name
$ now
```

## Using

### Lang
- node.js

### JS library ( server )
- socket.io
- express

### JS library ( front )
- jQuery

### CSS framework
- null.css
- bulma