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

https://github.com/tfdmendes/websocket-guessnumber

A totally (not) scalable WebSocket number-guessing game
https://github.com/tfdmendes/websocket-guessnumber

html javascript json websocket

Last synced: 5 months ago
JSON representation

A totally (not) scalable WebSocket number-guessing game

Awesome Lists containing this project

README

          

# Installing nodejs
```sh
sudo apt install nodejs
```

## Install packages
```sh
npm install websocket
npm install express
```

## To run the code
```sh
node index.js
```

[WebSocket Package Docs](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API)