Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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