I have a greenfield full stack project coming up and I’m looking to build it in PureScript. However, I currently have no backend experience with PureScript. What are the current best options for backend?
3 Likes
Hi what do you mean with backend? Are you looking for ways to build the server/backend part with PureScript and are looking for packages/frameworks/bindings or purescript-backends (compiling to something different than JS/Node)?
Or are you looking for languages/frameworks that works nicely(?) with PureScript?
2 Likes
I’m looking for a backend web framework. Ideally one that is 100% PureScript and not just bindings to another library.
2 Likes
HTTPurple is a backend http server for Node.js written in Purescript. It´s originally a fork from @cprussin ’s amazing HTTPure but with a lot of new additions.
8 Likes
I ended up going with HTTPure, thanks for the tip
perhaps next time I will give HTTPurple a try.
1 Like