Suave.IO VS DotVVM

Compare Suave.IO vs DotVVM and see what are their differences.

Suave.IO

Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition. (by SuaveIO)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Suave.IO DotVVM
5 5
1,310 732
0.3% 0.8%
4.8 9.4
27 days ago 4 days ago
F# C#
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

Suave.IO

Posts with mentions or reviews of Suave.IO. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-07.
  • The combined power of F# and C#
    10 projects | news.ycombinator.com | 7 Aug 2023
  • New server-side framework based on monadic parsing
    5 projects | /r/haskell | 29 Mar 2022
    This is cool. I just want to give a shoutout to Suave, which is the original inspiration for Giraffe, and is still my go-to web server in F#.
  • Building a Webpack alternative in F#
    14 projects | dev.to | 16 Dec 2021
    This shouldn't be that hard, I just needed a server that well... served the HTML/CSS/JS files right? I went to my desktop, created an F# script added a couple of libraries like Suave and CliWrap so I could call the dotnet fable command from my F# code and make it compile my Fable files.
  • Introducing Giraffe.Htmx
    7 projects | dev.to | 26 Nov 2021
    Giraffe is a library that sits atop ASP.NET Core and allows developers to build web applications in a functional style; dotnet new giraffe is literally my starting point when I begin a new web application project. (Rather than write three more sentences filled with effusive praise, I’ll just leave it at that; it’s great.) It also provides a view engine (that builds upon Suave‘s “experimental” view engine) which uses an F# DSL to define HTML in a strongly-typed way. It has been incredibly efficient for a while, but with .NET’s work over the past two releases at improving performance, and Giraffe’s adoption of those techniques, it is lightning fast.
  • Suave 2.6.1 Released 🚀
    1 project | /r/fsharp | 19 May 2021

DotVVM

Posts with mentions or reviews of DotVVM. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-28.
  • Is Web Forms still not an option in .net 6.0?
    4 projects | /r/dotnet | 28 Dec 2022
    Have a look at DotMVVM. They've gone to great lengths to provide a gradual upgrade process for Webforms projects.
  • knowing what I know now I must flee
    1 project | /r/dotnet | 27 Jun 2022
    If you have any experience with modern web development, this could actually be a great opportunity. I'm in a similar situation with an application that is extremely old and running on Web Forms (and in VB.NET, god I hate that language). Pretty much every developer on my team has no idea how to build a modern web site, so I get to run pretty much everything related to modernization. It's great experience for the resume. I would recommend using DotVVM (https://www.dotvvm.com) for a rewrite. It's not very popular yet, but it lets you iteratively migrate web forms apps to a .NET Core compliant application. From there, you could rewrite even further into something like React.
  • Microsoft, please open-source Web Forms 🚫⬇️🚌
    3 projects | /r/dotnet | 30 May 2022
  • DotVVM for Visual Studio 2022 is now available
    1 project | dev.to | 20 Jan 2022
    DotVVM is an ASP.NET framework that allows us to create web applications using the MVVM (Model, View, ViewModel) pattern with C# and HTML.
  • How to Upgrade a Codebase from .NET Framework to .NET 6
    1 project | /r/csharp | 12 Dec 2021
    I have one first step for the upgrade: Change WebForms to DotVVM. Sadly, that is already an enormous task :(

What are some alternatives?

When comparing Suave.IO and DotVVM you can also consider the following projects:

Giraffe - A native functional ASP.NET Core web framework for F# developers.

ASP.NET MVC

Saturn - Opinionated, web development framework for F# which implements the server-side, functional MVC pattern

  dotNetify - Simple, lightweight, yet powerful way to build real-time web apps.

ASP.NET Core - ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

Freya - Freya Web Stack - Meta-Package

FubuMVC - A front-controller style MVC framework for .NET

IISNode - Hosting node.js applications in IIS on Windows