cl-rest-server VS defrest

Compare cl-rest-server vs defrest and see what are their differences.

defrest

An easy Common Lisp REST/ajax service definer for hunchentoot (by bonkzwonil)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cl-rest-server defrest
2 1
64 7
- -
4.3 10.0
9 months ago almost 5 years ago
Common Lisp Common Lisp
MIT License BSD 2-clause "Simplified" 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.

cl-rest-server

Posts with mentions or reviews of cl-rest-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-06.
  • Sell me on Common Lisp please (or something else?)
    3 projects | /r/lisp | 6 Sep 2022
    no, I don't know of a nice looking, dynamic project to write a REST api with buzzwords :/ Probably Clojure has more libraries in that field. The one lib I know is https://github.com/mmontone/cl-rest-server that tries to do sthg with OpenAPI. It's a WIP though. So, to write a REST api for my app, I just use Hunchentoot and I write the routes myself, with easy-routes. Other routes libraries could do like https://github.com/bonkzwonil/defrest
  • What would be reliable libs for building Rest API on Common Lisp (SBCL)?
    1 project | /r/lisp | 25 Jan 2022
    You could try https://github.com/mmontone/cl-rest-server. It needs a bit of work, but it's about the best I found when I looked for this about 4 months ago. Contributing there would be your best bet.

defrest

Posts with mentions or reviews of defrest. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-06.
  • Sell me on Common Lisp please (or something else?)
    3 projects | /r/lisp | 6 Sep 2022
    no, I don't know of a nice looking, dynamic project to write a REST api with buzzwords :/ Probably Clojure has more libraries in that field. The one lib I know is https://github.com/mmontone/cl-rest-server that tries to do sthg with OpenAPI. It's a WIP though. So, to write a REST api for my app, I just use Hunchentoot and I write the routes myself, with easy-routes. Other routes libraries could do like https://github.com/bonkzwonil/defrest

What are some alternatives?

When comparing cl-rest-server and defrest you can also consider the following projects:

weird - Generative art in Common Lisp

openrpc - OpenRPC implementation for Common Lisp

Github-API-CL - Common Lisp Github REST API Client