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

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.

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