torch
webtransport
| torch | webtransport | |
|---|---|---|
| 4 | 15 | |
| 1,178 | 979 | |
| 0.0% | 0.7% | |
| 7.5 | 8.9 | |
| about 2 months ago | 2 days ago | |
| Elixir | Bikeshed | |
| GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
torch
-
Is Elixir or Common Lisp the best language for building a bootstrapped B2B SaaS in 2024?
Now, after this comment of mine I've been pointed to Torch and Ecto's Gen.Migration, the two looking super useful. Good points. I also started to write my CRUD admin dashboard for Common Lisp, let's see how this goes…
-
Why Elixir Is the Best Language for Building a Bootstrapped, B2B SaaS in 2024
Psst... Elixir has this too :)
https://github.com/mojotech/torch
-
If Phoenix supported a admin view like Django, would that make it more popular?
There's also Torch.
-
We Got to LiveView
There are good libraries around authentication and authorization. There was at one point an analogue to ActiveAdmin, but it looks to be a dead project now. I generally discourage the use of those kinds of interfaces but if you must, this is more current: https://github.com/mojotech/torch
webtransport
- WebTransport en 2026: el reemplazo de WebSocket sobre HTTP/3
-
A P2P Vision for QUIC (2024)
Someone correct me if I'm wrong, but I think p2p-webtransport was superseded by "webtransport" (https://github.com/w3c/webtransport). Supposedly, the webtransport design should be flexible enough to support p2p even though focus is the traditional server<>client.
-
You might not need WebSockets
> No.
Thanks for your insight.
It seems you need to urgently reach out to the people working on WebTransport. You seem to know better and their documentation contradicts and refutes your assertion.
https://github.com/w3c/webtransport/blob/main/explainer.md
- Browser WebTransport – Consider Removing ServerCertificateHashes
- WebGPU – All of the cores, none of the canvas
-
Firefox 114 released
WebTransport is now enabled by default and will be going to release with 114. As the original Explainer notes, it enables multiple use-cases that are hard or impossible to handle without it, especially for Gaming and live streaming. It covers cases that are problematic for alternative mechanisms, such as WebSockets. Built on top of HTTP3 (HTTP2 support will be coming later). The current implementation in Firefox is passing 505 out of 565 Web-Platform Tests.
-
Alternatives to WebSockets for realtime features
WebTransport is still an emerging technology. As of November 2022, WebTransport is a draft specification with W3C, and there’s always a chance that aspects related to how it works may change.
-
Librespeed - a Foss speedtest
Sort of. The browser will re-use the connection if you have a bunch of resources in the HTML. When rendering it sees that it needs 2 images and 3 javascript files from the same server, so it pipelines all of those. But for requests initiated from javascript, you're going to get a new connection for each one unless you're using a library that implements the long-polling hack. SocketIO can use the long-polling hack as a fallback if websockets is not supported. HTTP/2 (formerly SPDY) gets part of the way to replacing websockets, but it's not a synchronous link. Only the client can send messages to the server and the server can only respond to those message (with websockets, either side can send messages once the connection is open). FWIW, less than 50% of websites use HTTP/2. HTTP/3's webtransport looks like it could replace websockets, but it also looks like it'll live along side websockets.
-
The WebSocket Handbook
If it's streaming data like dashboard statistics the new WebTransport API might be a much better base: https://github.com/w3c/webtransport/blob/main/explainer.md
-
We Got to LiveView
Are you guys looking into the Web Transport protocol for the future? Right now you have to tunnel the websocket connections over http2 and it will probably be the same for http3 afaik.
I know there is this work in progress (https://w3c.github.io/webtransport/) and websockets are probably fine for a long time but sooner or later (unless there is an update to websockets) it will probably be faster to just do normal http requests and listen on server sent events.
What are your thoughts for Liveview for the future? Will it forever stay on websockets or would you be open to change the underlying technology if / when new stuff becomes available?
What are some alternatives?
surface - A server-side rendering component library for Phoenix
grpc-web - gRPC for Web Clients
scrivener - Pagination for the Elixir ecosystem
ggpo - Good Game, Peace Out Rollback Network SDK
react_phoenix - Make rendering React.js components in Phoenix easy
stimulus_reflex - Build reactive applications with the Rails tooling you already know and love.