Software Alternatives & Reviews

What are the go-to libraries for RestAPIs and GraphQL APIs?

Scotty IHP
  1. 1
    Scotty is a Haskell framework inspired by Ruby's Sinatra.
    Pricing:
    • Open Source

    #Developer Tools #API Tools #Web Frameworks 13 social mentions

  2. 2

    IHP

    The fastest way to buildtype safe web apps 🔥
    Pricing:
    • Open Source
    For REST APIs, just use Servant . They have some good tutorials along with their documentation. It might be a bit overwhelming at first but once you get the hang of it, it is simply straightforward. For database access, persistent is good library to connect to a postgres server. If you want something simpler, then there is postgres-simple and mysql-simple. If you want something full-stack and bit easier to manage, then try ihp . It has everything included in it like other MVC frameworks (for example - Laravel, Django etc).

    #API Tools #Web Frameworks #Developer Tools 40 social mentions

Discuss: What are the go-to libraries for RestAPIs and GraphQL APIs?

Log in or Post with