SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
708 stars 108 forks source link

Q: split functionality to smaller package #195

Closed stijnmoreels closed 4 years ago

stijnmoreels commented 5 years ago

Question:

The Saturn project itself consists of a lot of functionality and only some extra functionality is split in separate packages. It seems reasonable to also split some more into diff categories since if you now would use Saturn to build only a REST API; you end up with a lot of packages not always related to your cause.

(ASP.NET Cookies, session, static files, ...)

Krzysztof-Cieslak commented 4 years ago

Given how ASP.Net Core 3 is supposed to be used (FrameworkRefrences) I don't think it makes sense to split Saturn more than it's split right now.