2018-04-03 14:50:11 +02:00
|
|
|
# PixelNode
|
|
|
|
Web based Pixelflut server using node.js and socket.io
|
|
|
|
|
|
|
|
Inspired by https://github.com/defnull/pixelflut
|
|
|
|
|
|
|
|
It's only a bit of fun. His servers are much better ;P
|
|
|
|
|
|
|
|
## Using
|
|
|
|
### Setup
|
|
|
|
Install node.js and download scripts
|
2018-04-03 15:12:13 +02:00
|
|
|
```
|
2018-04-03 14:50:11 +02:00
|
|
|
git clone https://github.com/clerie/pixelnode
|
|
|
|
sudo apt-get nodejs
|
|
|
|
nodejs index
|
2018-04-03 15:12:13 +02:00
|
|
|
```
|
2018-04-03 14:50:11 +02:00
|
|
|
|
|
|
|
Open localhost:61813 in a browser (you can use multiple).
|
|
|
|
|
|
|
|
### Play
|
|
|
|
Use PixelNode with the same protocol as Pixelflut:
|
|
|
|
https://github.com/defnull/pixelflut#pixelflut-protocol
|
2018-04-03 15:12:13 +02:00
|
|
|
|
|
|
|
|
|
|
|
|