Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 396 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 396 Bytes

Running locally

  • cd server; npm install
  • send udp packets of the form x y color to port 6666, where x and y are numbers between 0 and 499, and color is a legal css color string (#394829 or rgb(12, 230, 160)).
  • navigate to http://localhost:7777 to see results
  • send as many packets as possible. give your friends the address.

Over the net

  • Soon to be deployed on heroku...