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 .
- Host: GitHub
- URL: https://github.com/yosh1/node-express-socket
- Owner: yosh1
- License: mit
- Created: 2019-02-07T04:59:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T07:51:34.000Z (over 6 years ago)
- Last Synced: 2025-10-04T09:42:49.008Z (9 months ago)
- Topics: chat, express, nodejs, socket-io
- Language: HTML
- Homepage: https://yoshi1125hisa-node-express-socket.glitch.me/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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