http4k VS rack-test

Compare http4k vs rack-test and see what are their differences.

http4k

The Functional toolkit for Kotlin HTTP applications. http4k provides a simple and uniform way to serve, consume, and test HTTP services. (by http4k)

rack-test

Rack::Test is a small, simple testing API for Rack apps. (by rack)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
http4k rack-test
5 2
2,494 916
0.9% 0.1%
9.8 3.9
1 day ago about 1 month ago
Kotlin Ruby
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

http4k

Posts with mentions or reviews of http4k. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-17.

rack-test

Posts with mentions or reviews of rack-test. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-21.
  • Test Driving a Rails API - Part Two
    7 projects | dev.to | 21 Mar 2024
    In this part, we’ll set up our testing environment so that we can test our Rails API using minitest with minitest/spec. We’ll look at the differences between traditional style unit tests and spec-style tests, or specs. I’ll demonstrate why you should use minitest-rails. We’ll look at using rack-test for testing our API. We’ll even create our own generator to generate API specs.
  • Application-as-a-Function Thinking
    2 projects | news.ycombinator.com | 16 Oct 2022
    The "app-as-function" has some very concrete applications though, even outside languages like Haskell. The [rack-test](https://github.com/rack/rack-test) gem (and similar languages) work exactly like this: they run the "app" part without the "web server" part to enable much easier testing. Rack middlewares similarly treat the enclosed app as just a function taking some specified input and returning some output value.

What are some alternatives?

When comparing http4k and rack-test you can also consider the following projects:

ktor - Framework for quickly creating connected applications in Kotlin with minimal effort

timecop - A gem providing "time travel", "time freezing", and "time acceleration" capabilities, making it simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.

javalin - A simple and modern Java and Kotlin web framework [Moved to: https://github.com/javalin/javalin]

minitest-rails - Minitest integration for Rails

voyager-server-spring-boot-starter - Easily create REST endpoints with permissions (access control level) and hooks includeded

vertx-lang-kotlin - Vert.x for Kotlin

kotlinx.html - Kotlin DSL for HTML

kraph - GraphQL request string builder written in Kotlin

Jooby - The modular web framework for Java and Kotlin

KGraphQL

apollo-android - :robot:  A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.

kottpd - REST framework written in pure Kotlin