mirror of https://github.com/Askill/r_place.git
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.3. - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.3.1...v1.3.3) --- updated-dependencies: - dependency-name: node-forge dependency-version: 1.3.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github/workflows | ||
| client | ||
| frontend | ||
| images | ||
| server | ||
| .gitignore | ||
| README.md | ||
| colorpalette.txt | ||
README.md
r_place
A go based r/place clone.
The server has 3 endpoints, get, set and getAll:
- get:
- websocket connection
- returns once a second all changes as individual events
- set:
-
websocket connection
-
expects data in the following format:
x: int [0 - 1000] y: int [0 - 1000] color: int [0-15] timestamp: int [unix time] userid: int
-
- getAll:
- returns a jpeg image of current state
Example Image, created by python client:
