developertrinidad08 7e6cf29479 first commit
2023-01-16 18:11:14 -03:00

14 lines
285 B
Markdown

## Hello World example
1. Run the server:
```
node server.js
```
2. Open `index.html` in your browser
You should see a flower. If not, your browser probably doesn't support binary websockets.
Server code is contained in `server.js`
Client side code is contained in `index.html`