node
Nim
node | Nim | |
---|---|---|
1,129 | 355 | |
108,838 | 16,737 | |
0.7% | 0.7% | |
10.0 | 9.9 | |
6 days ago | 3 days ago | |
JavaScript | Nim | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
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.
node
-
What is Next Js: A Beginner's guide to Next Js
Node.js: Version 18.18 or later (If you don’t have Node.js installed, Download it from nodejs.org. Make sure to install version 18.18 or later).
-
2025’s Must-Know Tech Stacks
Node.js
-
Creating a Multi-Tenant Application with Laravel and Neon
Node.js and npm for managing front-end assets
-
Exploring Node.js – A Beginner's Guide
Download and install Node.js from its official website.
-
Getting Started with Web Sockets in Node.js
Node.js (version 14 or later recommended)
-
Next.js Admin Dashboard Tutorial
To begin with, make sure you have Node.js and npm installed. If not, you can download them from nodejs.org.
-
Why Should You Specify a Language Version in Your Dockerfile?
In our case, Docker had downloaded Node.js version 22.7.0, which happened to have a critical bug affecting UTF-8 encoding. This caused words with accents to render as garbled characters. (For reference, see Node.js issue #54543.)
-
Assassin ⚡️ - An open source, free database for killing slow webpages
Node.js - To serve the logic
-
Shopify CLI: Setting Up Your Local Environment Made Simple
Node.js: Shopify CLI requires Node.js. You can download it from the official website.
- Node.js can now run TypeScript directly
Nim
-
Zig's Comptime Is Bonkers Good
All these organizations[1] using nim in production must disagree with you then.
[1]: https://github.com/nim-lang/Nim/wiki/Organizations-using-Nim
-
Rust traits are a local maxima
With function overloading and templates
You just use a `hash` function in your library code and user has to implement a version of it that accepts the Foo type.
To resolve the scope problem, Nim uses templates[1] with `dirty` pragma (makes template unhygienic), but there is also a `mixin`[2] statement for later static binding.
0 - https://github.com/nim-lang/Nim/lib/pure/collections/tables....
1 - https://github.com/nim-lang/Nim/blob/78983f1876726a49c69d656...
2 - https://nim-lang.org/docs/manual.html#generics-mixin-stateme...
- Nim for Python Programmers
-
My first experience with Gleam Language
Check out Nim[0] - it's strongly typed, with good type inference, clean elegant syntax, memory management is automatic (optional gc, default is ARC + small footprint cycle collector), compiles to small single binaries (Hello World is less than 100 kb), has powerful metaprogramming and lsp support.
Nim compiles to C/C++ and then to native code, so performance is on the same level as Rust/C/C++. You can also compile Nim to js/wasm and run the same code in the web.
[0] - https://nim-lang.org
-
tohray - microblogging application in nim
Programming Language: Nim
-
Recent Performance Improvements in Function Calls in CPython
Take a look at Nim.
You get C performance, with the readability of Python.
https://nim-lang.org/
-
Nim 2.2 release candidate is available for testing
It’s not exhaustive/definitive yet (should be for the actual release), but this might be helpful:
https://github.com/nim-lang/Nim/blob/devel/changelog.md
- The search for easier safe systems programming
- 3 years of fulltime Rust game development, and why we're leaving Rust behind
-
Top Paying Programming Technologies 2024
22. Nim - $80,000
What are some alternatives?
Svelte - web development for the rest of us
zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
widevine-l3-decryptor - A Chrome extension that demonstrates bypassing Widevine L3 DRM
go - The Go programming language
source-map-resolve - [DEPRECATED] Resolve the source map and/or sources for a generated file.
Odin - Odin Programming Language
sharp-libvips - Packaging scripts to prebuild libvips and its dependencies - you're probably looking for https://github.com/lovell/sharp
rust - Empowering everyone to build reliable and efficient software.
nodejs.dev - A redesign of Nodejs.org built using Gatsby.js with React.js, TypeScript, and Remark.
crystal - The Crystal Programming Language
hashlips_art_engine - HashLips Art Engine is a tool used to create multiple different instances of artworks based on provided layers.
v - Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io