imjasonh / ideas

A place for me to file issues against myself for things I want to build when I'm bored
5 stars 0 forks source link

Pointer Party on Cloud Run #87

Open imjasonh opened 3 years ago

imjasonh commented 3 years ago

pointerparty.appspot.com was a GAE app that would show you the pointer of every other user currently viewing the page. Move your mouse and it would move on everyone else's screen.

It used the Channel API which has since been deprecated, and the app rotted and died.

Port it to Cloud Run using websockets.