Perla VS Saturn

Compare Perla vs Saturn and see what are their differences.

Perla

A cross-platform tool for unbundled front-end development that doesn't depend on Node or requires you to install a complex toolchain (by AngelMunoz)

Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern (by SaturnFramework)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Perla Saturn
7 9
132 695
- 0.6%
8.2 2.1
3 months ago 2 days ago
F# F#
MIT License MIT License
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.

Perla

Posts with mentions or reviews of Perla. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-13.
  • Targeting Node, Bun and Deno With F#
    10 projects | dev.to | 13 Jul 2022
    Does that import map thing feel familiar? well maybe I spoke about that a few months ago when I wrote about a project of mine (Perla) which uses import maps to allow you to write Single Page Applications without node installed!
  • Progressively Adding Fable to JS Projects
    5 projects | dev.to | 6 Jan 2022
    If you need to handle dependencies via CDN/Local Dist file then some dependencies won't work because they use node like imports import {} from 'lit/some/sub/directory.js browser imports need to start with / or ./ or even ../ so they can be valid ES module imports thankfully for this you can check out in a shameless plug one of the projects I'm working on: Perla which handles this precise case but I digress, the ideal situation would be you with npm and already figured out how to serve node dependencies to your compiled code.
  • Why did you (any .NET pro) either choose or switch to using F#?
    4 projects | /r/dotnet | 22 Dec 2021
    The most "complex" application would be a webpack alternative in F#: AngelMunoz/Perla and maybe a simple migrations manager AngelMunoz/Migrondi
  • Building a webpack alternative in F#
    1 project | /r/fsharp | 18 Dec 2021
    Not the author, but it doesn't seem like you'll need dotnet installed from the docs
  • Building a Webpack alternative in F#
    14 projects | dev.to | 16 Dec 2021
    Whew! That was a lot! but shows how to build each part of the Webpack alternative I've been working on Called Perla there are still some gaps though
  • What are you working on? (2021-12)
    8 projects | /r/fsharp | 1 Dec 2021
    I keep working on Perla :) https://github.com/AngelMunoz/Perla
  • Server Sent Events with Saturn and FSharp
    3 projects | dev.to | 25 Sep 2021
    I've been working in perla which is a cross-platform executable frontend dev-server/build-tool which is not tied to Nodejs or .NET meaning that you don't need to have .NET installed and neither Nodejs, at the same time it doesn't use npm or other things to handle dependencies it does so by leveraging skypack and import maps to let you use npm dependencies but from a CDN rather than locally.

Saturn

Posts with mentions or reviews of Saturn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-19.
  • F# File uploads with Saturn and Falco
    2 projects | dev.to | 19 Jul 2023
    Today I don't have a new series to start with but rather a simple example which may or may not grow in another blog series. For the moment we'll talk about how to do File uploads to an F# backend powered by Falco and Saturn so let's get started!
  • Targeting Node, Bun and Deno With F#
    10 projects | dev.to | 13 Jul 2022
    Bix is a micro-framework designed with F# in mind and that runs on both Deno and Bun! and in theory it also should even run in a service worker! (intercepting fetch requests) although I haven't tested that yet, it offers a general purpose handler that coupled with a set of route definitions it can bring a Giraffe/Saturn like framework to life in JavaScript runtimes which is incredibly awesome! useful? maybe not 😅, but awesome indeed. Let's see some code for it
  • If you were to create a Web API today from scratch how would you do it ?
    7 projects | /r/dotnet | 2 Apr 2022
    Backend: Most likely it would be a toss between https://saturnframework.org or https://giraffe.wiki. They both combins the extremely good type system in F# combined with the ease of a minimal API.
  • Why did you (any .NET pro) either choose or switch to using F#?
    4 projects | /r/dotnet | 22 Dec 2021
    The "S" stands for Saturn. Suave is not very popular.
  • Building a Webpack alternative in F#
    14 projects | dev.to | 16 Dec 2021
    While for a proof of concept Suave did great, I switched it in favor of Saturn given my familiarity with it and some ASP.NET code.
  • Show HN: F# web server in 3-4 lines of code
    8 projects | news.ycombinator.com | 5 Nov 2021
  • Phoenix for F#
    1 project | /r/fsharp | 25 Sep 2021
    Saturn is heavily inspired by phoenix and has similar generators, and a channel system that is similar. As well as almost the exact same syntax for the router with plugs and all.
  • Doing MVC in F# and Saturn
    4 projects | dev.to | 16 Jul 2021
    Today we'll try to keep it as simple as possible but no promises, since this entry is about creating web servers in F# using Saturn and not only that, we'll also try to go for a more traditional'ish MVC.
  • Saturn 0.15 Released 🔷🚀🪐
    1 project | /r/fsharp | 9 Jun 2021
    🌱release on github

What are some alternatives?

When comparing Perla and Saturn you can also consider the following projects:

Fable: F# |> BABEL - F# to JavaScript, TypeScript, Python, Rust and Dart Compiler

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

ionide-vscode-fsharp - VS Code plugin for F# development

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.

Fable.Lit - Write Fable Elmish apps with Lit

Falco - A toolkit for building fast and functional-first web applications using F#.

Lambda-Calculus - A simple Programming Language Compiler to Lambda-Calculus, with a Lambda-Runtime

Freya - Freya Web Stack - Meta-Package

vite - Next generation frontend tooling. It's fast!

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

import-maps - How to control the behavior of JavaScript imports

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