This is an attempt to show off a Haxe/JS project. You can click on the buttons at the top to test out the sockets but that's about it.
- Node 10.x
- Lix
- Haxe 4+
npm i -g lix // if you don't have it installed
lix download
haxe build-all.hxml
node dist/rpsls-server.js
In the browser, go to:
localhost:8081 // default unless you've set another PORT
And that's it.