Astro Hackathon Showcase

Multiplayer.Astro

Multiplayer experience inspired by Supabase realtime signup preview page (multiplayer.dev) but with the use of Astro SSR and GunJS.

Demo

🧞 Commands

All commands are run from the root of the project, from a terminal:

CommandAction
npm installInstalls dependencies
npm startStarts local dev server at localhost:3000
npm run buildBuild your production site to ./dist/
npm run serverRun ssr of built client alongside gunjs peer

💡 Thoughts

This is an interesting combo of GunJS and mobx to have networked synced reactive components that could have many uses beyond this multiplayer demo.