Why I switched From Rust to Go on the Backend

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
  • cargo-watch

    Watches over your Cargo project's source.

    I'd go with the first, this can be achieved: - with a bash script that loops with a watch to kill the server and start it again - with entr - with cargo watch -x ... if your entire rust source is mounted - with nodemon, the easiest, but required NodeJS on the image

  • Nodemon.io

    Monitor for any changes in your node.js application and automatically restart the server - perfect for development

    I'd go with the first, this can be achieved: - with a bash script that loops with a watch to kill the server and start it again - with entr - with cargo watch -x ... if your entire rust source is mounted - with nodemon, the easiest, but required NodeJS on the image

  • 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.

  • entr

    Run arbitrary commands when files change

    I'd go with the first, this can be achieved: - with a bash script that loops with a watch to kill the server and start it again - with entr - with cargo watch -x ... if your entire rust source is mounted - with nodemon, the easiest, but required NodeJS on the image

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