https://github.com/lperezp/chat-node-socketio
Chat project using Node and SocketIO
https://github.com/lperezp/chat-node-socketio
socket-io
Last synced: 3 months ago
JSON representation
Chat project using Node and SocketIO
- Host: GitHub
- URL: https://github.com/lperezp/chat-node-socketio
- Owner: lperezp
- Created: 2019-12-09T06:23:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T16:30:16.000Z (over 2 years ago)
- Last Synced: 2025-03-07T16:54:44.411Z (3 months ago)
- Topics: socket-io
- Language: HTML
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat Realtime with NodeJS and SocketIO
Chat project using Node and SocketIO

## Tools
- [Node](https://nodejs.org/es/) v. 10.15.3
- [SocketIO](https://socket.io/) v. 2.3.0
- [Express](https://expressjs.com/es/) v. 4.17.1
- [Bootstrap](https://getbootstrap.com/) v. 4.4.1### DevTools
- [Nodemon](https://nodemon.io/) v.2.0.1
## Development server
Run `npm start` for a dev server. Navigate to `http://localhost:2019/`. The app will automatically reload if you change any of the source files.