#WebTransport

The new 0.16 version of the open source Node.js multiplayer framework, #Colyseus, is introducing #StateView, experimental support for #WebTransport, and more.

gamedevjs.com/tools/colyseus-0

#gamedev #gamedevjs #node #nodejs #OpenSource #update

JSDev Spacejsdevspace
2025-01-16

Exploring the WebTransport API: A New Era of Web Communication jsdev.space/webtransport-api/

sublimer@あすてろいどん鯖管sublimer@mstdn.sublimer.me
2024-11-30

Rustでマルチスレッドプログラミング! リアルタイム通信ではどのようにスレッドを立てるのか - Speaker Deck : 👀
---
speakerdeck.com/yuki_uchida/ru

#RustTokyo2024 #Rust #moq #mediaoverquic #webtransport

yuartyuart
2024-09-11

Hey, I wanted to share my little project – a multiplayer Arkanoid game built in Rust. I was in the mood to try something cool in this language and also see what HTTP/3 and MessagePack are capable of.

Here’s the repo with the code -> github.com/ArtemkaKun/ping-pon

More details in the 🧵

(Oh, and the lag is in the video, not the game itself. I didn’t bother recording it again.)

W3C Developersw3cdevs@w3c.social
2024-06-11

At the #fokusmws event in Berlin, @tidoust, @w3c Media specialist, presents the technical foundations on the web of #metaverse and #ai - #webgl #webgpu #WebNN #WebTransport #webxr and many more

François Daoust, w3c, presents at the Media Web Symposium 2024
SmartEdge EU Projectsmartedge@w3c.social
2024-06-11

#fokusmws Great overview of #metaverse devices, enablers, etc., by Louay Bassbouss, incl. @w3c Immersive Web related technologies: #webxr #wasm #WebTransport and more

Louay Bassbouss présents the w3c web standards in the immersive web
2024-04-22

[Перевод] Сравнение технологий WebSockets, Server-Sent-Events, Long-Polling, WebRTC и WebTransport

При работе с современными веб-приложениями реального времени незаменима возможность отправлять события с сервера на клиент. Именно этой необходимостью продиктовано то, что за годы работы было изобретено несколько методов для этой цели, каждый с собственным набором достоинств и недостатков. Первоначально единственным вариантом был длинный опрос. Затем в качестве альтернативы появились веб-сокеты — более надёжное решение для двунаправленной коммуникации. Вслед за веб-сокетами появились события, отправляемые сервером (SSE), более простой метод, обеспечивающий однонаправленную связь от сервера к клиенту. Забегая вперёд, сейчас разрабатывается ещё и протокол WebTransport, который может тем более изменить ландшафт этой области, обеспечивая более эффективный и гибкий подход, располагающий к масштабированию. В некоторых нишевых случаях можно присмотреться и к технологии WebRTC, предназначенной для работы с событиями в направлении сервер-клиент. В этой статье мы подробно разберём данные технологии, сравним их производительность, подчеркнём их достоинства и недостатки, а также порекомендуем, что делать в различных практических случаях, расскажем, как принимать информированные решения при создании веб-приложений реального времени. Эта статья — экстракт моего совокупного опыта, приобретённого в ходе реализации протокола репликации RxDB, обеспечивающего совместимость с различными технологиями серверной части.

habr.com/ru/articles/809535/

#websockets #WebRTC #longpolling #webtransport #http #базы_данных

2023-12-26

Знакомство с WebTransport API

Hello world! На днях я прочитал статью о WebTransport API как будущей альтернативе или даже замене WebSockets . Мне стало интересно, что это такое и с чем его едят. Давайте разбираться вместе.

habr.com/ru/companies/timeweb/

#timeweb_статьи #javascript #webtransport_api #webtransport #http3 #quic #websockets #webrtc

🍄🌈🎮💻🚲🥓🎃💀🏴🛻🇺🇸schizanon@mas.to
2023-10-30

Google released #WebRTC in 2011 as a way of fixing a very specific problem:

> How do we build Google Meet?

Back then, the web was a very different place. Flash was the only way to do live media and it was a mess. #HTML5 #video was primarily for pre-recorded content.

quic.video/blog/replacing-webr

#webDev #webTransport #web #p2p #rtc

W3C Developersw3cdevs@w3c.social
2023-09-12

For #w3cTPAC, Louay Bassbouss (@FraunhoferFOKUS) demoes "#Metaverse Cloud Rendering on the Web" as a use case currently under discussion within the @w3c Web & Networks #InterestGroup
#EdgeRendering #WebRTC #WebCodecs #WebTransport
Transcript at w3.org/2023/09/TPAC/demos/web-
🎬 youtu.be/AR4l7xIPdZA?si=ncQjdN

Snapshot of the video made by Louay BassBouss relate to "Metaverse Cloud Rendering on the Web" - A demo for the Web & Networks Interest Group breakout session.
W3C Developersw3cdevs@w3c.social
2023-08-25

Wanna get an overview of current @w3c work? Watch this 🎬 from @plehegar about #WebNN #MachineLearning #Security #WebRTC #PrivateAdvertising #WebAssembly #WebGPU #WebTransport #WebCodecs, #DIDs #WCAG, and much more!
youtu.be/rNFpgT8ZRqQ?si=H74Z5E

This talk is among the 20 presentations recorded during the "Web Technology Forum" event, organized by the W3C China team.
English and Chinese captions are avail.!: youtube.com/watch?v=3VxD4_4NTB

Read more about this successful event: w3.org/blog/2023/infinite-inte

W3C Developersw3cdevs@w3c.social
2023-07-18

Watch Chad Hart's itw of @tidoust talking about #Streams and explaining the game of processing dominoes #WebCodecs, #WebTransport, #WebRTC, etc.
youtube.com/watch?t=933&v=lyOS

Valentin Sawadskivsaw
2023-06-09

Uh. is enabled by default as of 114!

That only leaves Safari until full support by all major browsers!

mozilla.org/en-US/firefox/114.

2023-06-06

And there is a new technology called #WebTransport. Use it when you want to exchange data via a unreliable unordered connection. WebTransport depends on HTTP/3.

W3C Developersw3cdevs@w3c.social
2023-06-05

9 June at 11am ET: webrtcH4cKS organizes a live panel discussion on #WebTransport, #WebCodecs and the future of #WebRTC w/ @tidoust (@w3c), Bernard Aboba (Microsoft) and Jordi Cenzano (Meta).
Get a cal invite here: webrtchacks.com/livestream/

This follows a series of 2 articles by @tidoust and @dontcallmeDOM: webrtchacks.com/real-time-vide

Valentin Sawadskivsaw
2023-06-02

What’s the best way to keep a video and data streams in sync in a browser? 🤷‍♂️

looks like a good fit but I have not yet found a way to attach frame IDs, timestamps or similar.

I also thought about multiplexing both streams via but don’t know how to feed the stream back as Insertable Streams for MediaStreamTrack API is still experimental in

developer.mozilla.org/en-US/do

W3C Developersw3cdevs@w3c.social
2023-03-28

🆕 You've enjoyed reading the creation of a multi-step video processing pipeline? This second article by @tidoust explores the actual processing of video frames! webrtchacks.com/video-frame-pr

Technologies involved are #JavaScript #WebAssembly #WebGPU #WebCodecs #WebGL #WebTransport #WebNN.

Give feedback and contribute to an experimental code for creating video processing pipelines using these web technologies: github.com/tidoust/media-tests Thanks!

A pile of 6 old TV sets in an empty room, each one displaying a technology logo: logo Web Assembly, logo WebGPU, logo Web Transport, logo Web Codecs, and logo WebGL.
2022-09-27

@lupyuen It's a pity that in all this, #WebTransport is just an endnote, and not a full item in the list of options.

Thomas Steiner :chrome:tomayac@toot.cafe
2021-02-26

I've worked on a tweet dashboard that shows y'all's tweets about the Project Fugu 🐡 hashtags we invite you to use in our posts: goo.gle/fugu-tweets.

The zoomed out view's interesting, showing that now #WebHID, #WebSocketStream, #WebTransport & #WebUSB are our busiest tags…

Zoomed out view of the dashboard linked in the tweet.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst