Gloo (an official rustwasm project) needs a maintainer

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • gloo

    A modular toolkit for building fast, reliable Web applications and libraries with Rust and WASM (by rustwasm)

  • I've been using it for keyboard and mouse event handling in a wasm project I've been working on and it's quite helpful. There's a proposal that would make this even better.

  • wasm-bindgen

    Facilitating high-level interactions between Wasm modules and JavaScript

  • If you're not familiar, gloo wraps web_sys (covered quite a bit in the wasm-bindgen guide) and makes it much nicer to use.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • localghost

    Ergonomic Rust bindings to the Web platform

  • One potential candidate to take the role of gloo is https://github.com/mild-times/localghost, the once, on to convert web_sys::Event into rust async future/stream is super handy. There are other modules handling io/net too.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts