https://github.com/mitchi-02/web-node-socketio
A web page demo for Socket.IO built with HTML, CSS, JS, NodeJS.
https://github.com/mitchi-02/web-node-socketio
css html javascript nodejs real-time socket-io
Last synced: 2 months ago
JSON representation
A web page demo for Socket.IO built with HTML, CSS, JS, NodeJS.
- Host: GitHub
- URL: https://github.com/mitchi-02/web-node-socketio
- Owner: Mitchi-02
- License: mit
- Created: 2024-05-04T14:37:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T12:23:02.000Z (about 2 years ago)
- Last Synced: 2025-07-29T09:51:47.274Z (11 months ago)
- Topics: css, html, javascript, nodejs, real-time, socket-io
- Language: TypeScript
- Homepage:
- Size: 962 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Socket.IO Demo with plain HTML and NodeJS
A web page demo for Socket.IO built with HTML, CSS, JS, NodeJS, for a school exam.
## Getting Started
### Clone the Repository
```bash
git clone https://github.com/Mitchi-02/web-node-socketio.git
```
### Start the server
```bash
npm install
npm run dev
```
### Start the frontend server with live server or similar tool