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.
- Host: GitHub
- URL: https://github.com/nurdoganbahadir/socketioexample
- Owner: nurdoganbahadir
- Created: 2025-01-09T14:09:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-09T14:33:06.000Z (over 1 year ago)
- Last Synced: 2025-01-09T15:37:47.584Z (over 1 year ago)
- Topics: express, socket-io
- Language: HTML
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`