Software Alternatives & Reviews

Doing MVC in F# and Saturn

Sails.js Microsoft .NET Framework
  1. Realtime MVC Framework for Node.js
    Pricing:
    • Open Source
    When I started my programming career about 6~7 years ago my first job was about doing PHP applications for a Customs Agency I used to use Yii Framework which is an MVC Framework for PHP. Later on in my journey I ended up using Sails.js which is another MVC framework (this time for node though). In F# we could try to go with dotnet new mvc -lang F# or dotnet new webapp but that would be the least idiomatic F# solution since ASP.NET assumes (at least on net5.0 and lower) that you will use OOP and while that's certainly something that can be done in F# it's not the ideal solution.

    #Web Frameworks #Developer Tools #JavaScript Framework 25 social mentions

  2. Microsoft.
    You can follow me on your machine if you have the .NET SDK installed then you can type.

    #Developer Tools #Development Tools #Design Tools 82 social mentions

Discuss: Doing MVC in F# and Saturn

Log in or Post with