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

https://github.com/nurdoganbahadir/socketioexample

This application is a basic Socket.io application. This application uses express.js and socket.io. A simple chatApp is implemented in this application.
https://github.com/nurdoganbahadir/socketioexample

express socket-io

Last synced: about 2 months ago
JSON representation

This application is a basic Socket.io application. This application uses express.js and socket.io. A simple chatApp is implemented in this application.

Awesome Lists containing this project

README

          

# Hi I'm Nurdoğan BahadΔ±r πŸ‘‹. Welcome to my SocketIO Example Project with Express.js.

This application is a basic Socket.io application. This application uses express.js and socket.io. A simple chatApp is implemented in this application.

# Libraries and Technologies I use

- Express.js
- Socket.io

```bash
CHATAPP/
β”œβ”€β”€ node_modules/
β”œβ”€β”€ public/
β”‚ β”œβ”€β”€ index.html
β”œβ”€β”€ .gitignore
β”œβ”€β”€ index.js
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
```

# How to install

- In the project directory, open the terminal and run:

### `npm install`

This will install the necessary dependencies. After that, you can run:

### `nodemon`