Multiplayer Wasm apps

preview_player
Показать описание
Tangle is an open-source JavaScript library that radically simplifies building multiplayer and networked programs. Tangle works by wrapping a regular WebAssembly program to automatically network it.

Рекомендации по теме
Комментарии
Автор

A programming language is deterministic? With the same commands giving the same results? That's gotta be revolutionary!

nietaki
Автор

Great explainer. Thanks for getting the word out!

IanKettlewell
Автор

Is there a security concern about leaking peers' info such as ip addrs? I love the idea of peer to peer networking for games but i dont hear much about it primarily due to security concerns

AnOzymandias
Автор

Would be curious to see what this looks like over a high-latency connection? I assume there’s still necessarily some rubber banding?

DrJackaloupe
Автор

Doesn’t bit sync implement security vulns?

lve