nbb VS http-server

Compare nbb vs http-server and see what are their differences.

nbb

Scripting in Clojure on Node.js using SCI [Moved to: https://github.com/babashka/nbb] (by borkdude)
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
nbb http-server
2 2
504 67
- -
10.0 6.4
almost 2 years ago 3 months ago
Clojure Clojure
Eclipse Public License 1.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.

nbb

Posts with mentions or reviews of nbb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-14.
  • Create ad-hoc ClojureScript scripts on Node.js with nbb!
    1 project | /r/node | 19 Sep 2022
    Nbb is a scripting environment that aims to fabricate it easier to create ad-hoc scripts on Node.js using ClojureScript. It does not need a JVM for compilation: just use npm and you're good to go. Code is interpreted instead of compiled, which for scripting is ‏‏‎ usually ok. If your project outgrows the scripting phase, you can migrate to a proper ClojureScript compiler setup. Give it a try if you're curious about ClojureScript. https://github.com/borkdude/nbb
  • Best practices for keeping a node package small
    2 projects | /r/node | 14 Jul 2022
    I have a project called nbb which has a main ES module , and a couple of optional ES modules. I'd like to set up my project such that the main npm package is small and only when people need the extra modules, they can for example install another npm package which contains the extra module. One reason I'd like to keep the main npm package small is the 3MB limit in AWS for editing code. Another reason is to just not pollute people's hard disks with unnecessary stuff.

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-09-12.

What are some alternatives?

When comparing nbb and http-server you can also consider the following projects:

squint - Light-weight ClojureScript dialect

el - Danish electricity price calendar.

nodashka - Ad-hoc CLJS scripting on Node.js. [Moved to: https://github.com/borkdude/nbb]

babashka - A Clojure babushka for the grey areas of Bash (native fast-starting Clojure scripting environment) [Moved to: https://github.com/babashka/babashka]

cli - Turn Clojure functions into CLIs!

babashka - Native, fast starting Clojure interpreter for scripting

pogonos - Yet another Clojure(Script) implementation of the Mustache templating language

sci - Configurable Clojure/Script interpreter suitable for scripting and Clojure DSLs

london-clojurians-joyride - Slides and materials for the London Clojurians Meetup about Joyride

nbb - Scripting in Clojure on Node.js using SCI