Hello everyone ,
I am working on a few libraries for our backend ecosystem, and I would like to announce that purescript-wai and purescript-warp are pretty much ready to be released.
I would like to get as much feedback as possible, especially when it comes to docs.
Those two libraries are pretty much a port of the Haskell version. I really appreciate the work that they have done over at the Haskell community. Hence, the reason why I wanted a Purescript version.
However, one point that I noticed from the Haskell version is the lack of intro documentation. Warp is quite a low-level library, therefore, most of the docs are pretty much just a usage example and comments. I will try to add a cookbook and more docs soon.
I am also working on purescript-swerve, it’s a library for declaring web APIs at the type-level that generates a wai
application that can be handled by warp
(pretty much servant). I think the server-side is getting pretty stable. I will be working on the client-side soon. I will only be able to make a release for this library when PS 0.14 gets released.
There is probably a lot that is needs to be done, and I hope to get as much feedback as possible from the community.
Woody.