Releases: DeFUCC/gun-vue
@gun-vue ecosystem of 4 workspaces
Now we have a whole ecosystem going on here!
https://www.npmjs.com/settings/gun-vue/packages
@gun-vue organization now distributes composable functions, vue components and the relay server to everyone @ npmjs.com. The setup is quite starightforward and is a good foundation for deeper development.
🧚🏽♀️ Pulse and players
The server puts it's own timestamp as a pulse to the game graph and it's the major tool to monitor the connection to the GUN relay. And also any visitor can join the game and get a floating avatar, whose position is synced across all visitors. The scale of the avatar is determined by the 'age' – the difference between the player's pulse timestamp and current client time.
The system is set up to build rather big apps with Gun and Vue with Vite as a bundler - the p2p synced game engine is just 65 kiB gzipped! Very nice start!