How can I communicate with devices on my WiFi network?

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • snapdrop

    A Progressive Web App for local file sharing

    Sounds like a job for https://snapdrop.net/ it's also Open Source. You could theoretically try something similar in rust but why bother if there already is a good (and open source) solution.

  • tauri

    Build smaller, faster, and more secure desktop applications with a web frontend.

    If you want to support multiple devices/OSes and don't want to maintain a lot of different native code web is probably your best bet. For desktop you could bundle it with https://github.com/tauri-apps/tauri. write the backend in rust. The frontend with html/js/css or look for a rust/wasm frontend.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

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