http_server VS order-pp

Compare http_server vs order-pp and see what are their differences.

order-pp

order-pp preprocessor library (standalone part of chaos-pp) (by rofl0r)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
http_server order-pp
5 5
28 102
- -
8.1 0.0
7 days ago over 2 years ago
Pony C
BSD 2-clause "Simplified" License Boost Software License 1.0
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.

http_server

Posts with mentions or reviews of http_server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-25.
  • ponylang/http_server: Pony library for building HTTP server applications.
    1 project | /r/ponylang | 4 Jan 2023
  • Announcing the Hare programming language
    10 projects | news.ycombinator.com | 25 Apr 2022
    I use pony https://ponylang.io/ as a language - it's an Actor based language with GC where every actor has its own memory and is responsible for its own GC.

    The main feature is its ability to safely share or move data around between actors in a way that is data-race and deadlock free. Pony doesn't use locks anyways :-)

    A high level as to how it achieves this:

  • Green Threads vs Async/Await, ergonomics-wise, toward thread-safety
    2 projects | /r/ProgrammingLanguages | 24 Sep 2021
    And it's not just the mathematics. The non-type-theoretic paradigm-upending let-it-crash-to-keep-code-correct resilience for which Erlang/Elixir is famous was one of the biggest eye-openers for me in my programming career (which began in 1972 when I was 12). Also, the simple behaviour and very high performance results of contemporary Actorish implementations, especially Akka.io and the in-some-ways-more-impressive ponylang.io and related ORCA GC ("concurrent and parallel garbage collector for actor programs ... does not require any STW steps, or synchronization mechanisms ... zero-copy message passing and sharing of mutable data ... data race free ... [no] read/write barriers"), are eye-catching affirmations of the Actor model's approach.
  • Mutability vs Immutability vs Renaming vs other ideas
    1 project | /r/ProgrammingLanguages | 23 Aug 2021
    Being an unabashed Ponylang fanboy, I'd say that mutability is a separate question from the "actual" type. I'm simplifying a lot here, but generally in Pony you'd express this in a couple of different ways depending on whether you want the binding itself to be immutable or whether you only care about the instance itself:
  • Pony – High Performance Safe Actor Programming
    3 projects | news.ycombinator.com | 29 Jan 2021
    There's an http server and a small "sinatra" like web framework.

    - https://github.com/ponylang/http_server

    - https://github.com/theodus/jennet

    Someone might have done SQLite for Pony, but I'm not aware of it. Writing network protocol stuff in Pony is usually pretty easy and the C-FFI is usually pretty easy which generally makes writing database connectivity (for at least happy path basics) fairly easy. (Add lots of caveats here).

    If you'd like to talk more in-depth, swing by the Zulip and myself and other folks from the community can help out with answers.

    https://ponylang.zulipchat.com/

order-pp

Posts with mentions or reviews of order-pp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-25.
  • Announcing the Hare programming language
    10 projects | news.ycombinator.com | 25 Apr 2022
  • No Us Without You: elifdef and elifndef
    1 project | news.ycombinator.com | 15 Mar 2021
    Looping is already totally doable, up to a finite maximum number of iterations. Local variables and the like can be simulated through suitably clever preprocessor definitions and logic, too. The syntax and trickery you need to take advantage of it is thoroughly, thoroughly unpleasant though.

    For anyone curious about the practicality of that sort of thing, A CPS macro continuation machine like https://github.com/rofl0r/order-pp/blob/master/inc/order/cm.... would give you about 18 quintillion loop iterations if my math was right; double the length of that file and you’d have more loop iterations than atoms in the universe.

  • Have constexpr string mixins been proposed?
    1 project | /r/cpp | 27 Feb 2021
    Macros can already accomplish this and more quite handily, using order-pp for example:
  • datatype99: C99 with sum types, v0.1.0
    5 projects | /r/C_Programming | 4 Feb 2021
    Here is an example of the power of order: https://github.com/rofl0r/order-pp/blob/master/example/fibonacci.c

What are some alternatives?

When comparing http_server and order-pp you can also consider the following projects:

C-headers

awesome-c-preprocessor - A list of awesome C preprocessor stuff

zig_comptime_lisp

datatype99 - Algebraic data types for C99

exotracker-cpp

CSP - Compile-time LISP interpreter on C macro preprocessor

jennet - A simple HTTP web framework written in Pony

pony-protobuf - Pony implementation / compiler of Google protocol buffers

hare-color - Color package for Hare (harelang.org)

Caddy - Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

rust - Empowering everyone to build reliable and efficient software.

xvm - Ecstasy and XVM