Git Product home page Git Product logo

Comments (5)

xicilion avatar xicilion commented on June 16, 2024 1

In the upcoming version of FibJS, a new module called rtc will be introduced, which will provide support for a modified version of WebRTC technology known as WebRTC Direct.

With this module, users will be able to establish direct connections to servers using WebRTC in web browsers without the need for a signaling server.

This will make the connection of webrtc more independent and faster. Maybe you can use it to do a lot of interesting things. For example, games and live streaming.

from fibjs.

xicilion avatar xicilion commented on June 16, 2024 1

Thank you very much for your suggestions, I will carefully consider this feature. I think supporting HTTP/3 is just a matter of time. I hope to prioritize it in our roadmap sooner.

from fibjs.

xicilion avatar xicilion commented on June 16, 2024

What are the benefits of fibjs supporting http2/3?

from fibjs.

nezarati avatar nezarati commented on June 16, 2024

HTTP/3 eliminates head-of-line blocking, which can significantly slow down HTTP/2. Additionally, HTTP/3 uses faster TLS negotiations, which also speeds up web page loading. These improvements can significantly reduce server and network load, especially under heavy traffic. This efficiency can translate into cost savings and reduced resource requirements for website owners and hosting services.

HTTP/3 is used by:

  • WebTransport is a web API that uses the HTTP/3 protocol as a transport layer for two-way communication. It is designed for scenarios where WebSocket or WebRTC are not optimal, such as gaming or live streaming.
  • gRPC over HTTP/3: This combination offers potential performance enhancements for gRPC applications.
  • Faster MySQL with HTTP/3

from fibjs.

nezarati avatar nezarati commented on June 16, 2024

@xicilion Thank you!

I remember that:

  • Node.js and Deno do not support HTTP/3, which is a competitive advantage for FibJS.
  • When Cloudflare proxies my traffic, instead of multiple http/1.1 connections with Keep-Alive, it will make one http/3 connection, and we took a step towards green computing.
  • Developers can use WebTransport in the web browsers.

I would appreciate it if you include it in your future plans.

from fibjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.