# Dreampie/Resty

The minimalist framework of RESTful(server and client) - Resty

Repository: https://github.com/Dreampie/Resty
Canonical: https://ross.abutalabs.com/products/dreampie-resty
Language: Java
License: Apache-2.0
License Family: permissive
Topics: java, web, restful, activerecord, httpclient, server
Last push: 2021-11-05T02:19:42+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4265, "days_push": 1763, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1239, forks 424 (observed 2026-08-28T04:04:05.918926+00:00)

## What it is
Resty is a minimalist Java web framework for building RESTful APIs, inspired by the ActiveRecord simplicity of JFinal and ActiveJDBC. It also includes an HTTP client component and supports embedded Jetty with hot reloading.

## Use cases
- build a restful api backend in java
- serve  apis for mobile apps
- separate frontend and backend with a lightweight java server
- query databases with activerecord-style models
- make http client requests from java
- prototype a small web service quickly

## When to choose
- you want a lightweight, minimal Java alternative to Spring for REST APIs
- you prefer ActiveRecord-style data access like JFinal or ActiveJDBC
- you need embedded Jetty with hot reload during development

## When to avoid
- you need a large ecosystem, long-term support, or active community maintenance
- you are building a large enterprise application requiring extensive integrations
- you need a framework with recent releases or ongoing development

## Facets
- artifact type: framework
- maturity: maintenance
- function: web-framework, http-server, http-client, orm, routing
- domain: web-development, backend, apis
- platform: jvm
- tags: restful, activerecord, java-web-framework, api-server, embedded-jetty, web-server

## Member repositories
- Dreampie/Resty (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:05.918926+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:09:55.300368+00:00, confidence not recorded.
  - readme: https://github.com/Dreampie/Resty (fetched 2026-08-28T04:04:05.918926+00:00, sha 944cb74a5e87)
- Data as of 2026-08-30T08:39:29.467469+00:00.
