Commit Graph

6 Commits

Author SHA1 Message Date
videogame hacker 7796d8e5f0 Use WebSockets to communicate with the server instead of HTTP verbs
This means that we can filter out our own events and have an outgoing
debounce set up when we receive an incoming event. Hopefully this means
that we stop seeing repeat events when there is more latency involved.
2021-10-25 01:51:26 +01:00
videogame hacker 3e00d296f8 Use the IP env var instead of HOST since HOST is used for the hostname
lmao
2021-10-25 00:31:24 +01:00
videogame hacker 4b7ad17588 Print the binding address when running 2021-10-25 00:24:56 +01:00
videogame hacker 9e49ed1820 Support HOST and PORT environment variables for socket binding 2021-10-25 00:13:25 +01:00
videogame hacker 16cd0a45fd Add a README 2021-10-25 00:11:00 +01:00
videogame hacker 468843c430 Initial commit 2021-10-24 23:48:27 +01:00