httpbeast VS futhark

Compare httpbeast vs futhark and see what are their differences.

httpbeast

A highly performant, multi-threaded HTTP 1.1 server written in Nim. (by dom96)

futhark

Automatic wrapping of C headers in Nim (by PMunch)
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
httpbeast futhark
5 8
439 337
- -
3.5 7.6
4 months ago 7 days ago
Nim Nim
MIT License 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.

httpbeast

Posts with mentions or reviews of httpbeast. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-01.
  • Nim v2.0 Released
    49 projects | news.ycombinator.com | 1 Aug 2023
  • Don't be that open-source user, don't be me
    6 projects | news.ycombinator.com | 19 Jun 2022
    Thank you to the author for writing this.

    Entitlement in open source is a massive problem, I have experienced it first-hand many times. The problem is that it discourages contributions not only from the existing maintainers but also from people who may volunteer to fix issues in the future. Would you be willing to contribute if most of the issues are just asking for things (often rudely) and not even saying thanks when an issue is resolved?

    Unfortunately I have seen far worse examples than the one linked in the article[1]. I would encourage people to not only think twice before acting this way but to also call out people that are acting entitled in open source to discourage such actions.

    1 - https://github.com/dom96/httpbeast/pull/35#issuecomment-7218...

  • Nim Version 1.6 Released
    37 projects | news.ycombinator.com | 19 Oct 2021
  • Nim 2.0 – Thoughts
    7 projects | news.ycombinator.com | 15 May 2021

futhark

Posts with mentions or reviews of futhark. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-21.
  • C23: A Slightly Better C
    2 projects | news.ycombinator.com | 21 Jan 2024
    You don't want nimterop, you want futhark (https://github.com/PMunch/futhark).

    The C FFI Nim library lineage goes c2nim --> nimterop --> something i forgot --> futhark.

  • Nim v2.0 Released
    49 projects | news.ycombinator.com | 1 Aug 2023
    Ones that have not been mentioned so far:

    nlvm is an unofficial LLVM backend: https://github.com/arnetheduck/nlvm

    npeg lets you write PEGs inline in almost normal PEG notation: https://github.com/zevv/npeg

    futhark provides for much more automatic C interop: https://github.com/PMunch/futhark

    nimpy allows calling Python code from Nim and vice versa: https://github.com/yglukhov/nimpy

    questionable provides a lot of syntax sugar surrounding Option/Result types: https://github.com/codex-storage/questionable

    ratel is a framework for embedded programming: https://github.com/PMunch/ratel

    cps allows arbitrary procedure rewriting to continuation passing style: https://github.com/nim-works/cps

    chronos is an alternative async/await backend: https://github.com/status-im/nim-chronos

    zero-functional fixes some inefficiencies when chaining list operations: https://github.com/zero-functional/zero-functional

    owlkettle is a declarative macro-oriented library for GTK: https://github.com/can-lehmann/owlkettle

    A longer list can be found at https://github.com/ringabout/awesome-nim.

  • Why does Nim "wrap" C, rather than allow C code to be pasted directly to .nim files?
    1 project | /r/nim | 2 Jun 2022
    Have a look at Futhark . It does what you are requesting.
  • Current Goals for Nim?
    3 projects | /r/nim | 3 Jan 2022
    I'm not sure if Nimterop was created specifically to make Nim more mainstream. We have quite a couple different C/C++ interop tools, from c2nim in the core distribution to something like Futhark which automatically wraps things based on libclang.
  • Nim -- a modern "glue" language like Python
    9 projects | dev.to | 11 Oct 2021
    c2nim is a tool to translate ANSI C code to Nim. The output is human-readable Nim code that is meant to be tweaked by hand after the translation process. If you are tired of wrapping C library, you can try futhark which supports "simply import C header files directly into Nim". Similar to futhark, cinterop allows one to interop with C/C++ code without having to create wrappers. nimLUA is a glue code generator to bind Nim and Lua together using Nim's powerful macro. nimpy and nimporter is a bridge between Nim and Python. rnim is a bridge between R and Nim. nimjl is a bridge between Nim and Julia! Last but not least, genny generates a shared library and bindings for many languages such as Python, Node.js, C.
  • Automatic wrapping of C headers in Nim
    1 project | news.ycombinator.com | 9 Oct 2021
  • Futhark: Automatic wrapping of C headers in Nim
    2 projects | /r/nim | 22 Sep 2021

What are some alternatives?

When comparing httpbeast and futhark you can also consider the following projects:

GuildenStern - Modular multithreading Linux HTTP+WebSocket server

c2nim - c2nim is a tool to translate Ansi C code to Nim. The output is human-readable Nim code that is meant to be tweaked by hand before and after the translation process.

happyx - Macro-oriented asynchronous web-framework written in Nim with ♥

nimporter - Compile Nim Extensions for Python On Import!

jester - A sinatra-like web framework for Nim.

futhark - :boom::computer::boom: A data-parallel functional programming language

cligen - Nim library to infer/generate command-line-interfaces / option / argument parsing; Docs at

nimpy - Nim - Python bridge

prologue - Powerful and flexible web framework written in Nim

nimjl - A bridge between Nim-lang and Julia !

norm - A Nim ORM for SQLite and Postgres

owlkettle - A declarative user interface framework based on GTK 4