Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mysterycommand/aaa-multiplayer-codemotion-milan-2023
AAA Multiplayer for Web Apps (and Games)
https://github.com/mysterycommand/aaa-multiplayer-codemotion-milan-2023
Last synced: about 1 month ago
JSON representation
AAA Multiplayer for Web Apps (and Games)
- Host: GitHub
- URL: https://github.com/mysterycommand/aaa-multiplayer-codemotion-milan-2023
- Owner: mysterycommand
- Created: 2023-10-12T03:25:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T13:56:53.000Z (about 1 year ago)
- Last Synced: 2024-11-23T07:29:31.637Z (about 1 month ago)
- Size: 178 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AAA Multiplayer for Web Apps (and Games)
### Matthew Hayes
24 Oct, 05:30 PM - 06:15 PM CEST
STAGE 3 - Barbara Liskov
> I will introduce an implementation of rollback netcode (aka replay consistency or server reconciliation) in JavaScript. We'll look at the relevant bits of WebRTC Data Channels (a UDP-based bidirectional transport available in all modern browsers) for messaging, do a quick ELI5 of The Redux Pattern™ for deterministic state, and bring it together into an approach that is performant, easy-ish to reason about, server authoritative, optimistic, and convergent. Applicable to web games, XR experiences, collaborative drawing and document editing, and more! There will be demos (plural) and source code!
- English
- Software Architectures
- Game Dev
- JavaScript
- TypeScript
- Intermediate