SaaSHub helps you find the best software and product alternatives Learn more →
Neon Alternatives
Similar projects and alternatives to neon
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
Bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
-
-
Git
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Material UI
Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
-
-
-
-
-
-
-
-
-
-
-
rst
Discontinued The open source design documentation tool for everybody [Moved to: https://github.com/vitiral/artifact]
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
neon discussion
neon reviews and mentions
- Neon: Rust bindings for writing safe and fast native Node.js modules
-
We Have to Start Over: From Atom to Zed
Great interview!
Love how much thought is being put into what you “gold-plate”. I’ve always felt that my best work comes around on round two (or three or four…).
Curious what you are planning for the ability to script the configuration? I haven’t played with zed much yet; is it possible today? Would something like Neon [1] help bridge the gap from VSCode and old Atom users?
[1]: https://github.com/neon-bindings/neon
-
Electrons Are Fast, So Can Be Electron – How to Optimize Electron App Performance
Neon
-
Hey Rustaceans! Got a question? Ask here (27/2023)!
Is there a third option? Surely node has a way to directly call native code, similar to Python's C extensions? Some Node equivalent of PyO3? For example, I found neon which promises "safe and fast native Node.js modules".
-
Is converting typescript backend to Rust worth it?
Have a look at https://crates.io/crates/napi and https://crates.io/crates/neon which allow you to call rust from node. We went with napi but they're both pretty good.
- Interaction between a Node.js module and a Rust program
-
Underrated Node Knowledge
Just to add: N-API is incredibly underrated. Then again, maybe the lack of a strong native modules ecosystem is an indicator that the pure JS ecosystem is just so good. But man, got something computationally intensive? Just offload it to Rust with Neon or something. Got some proprietary bit of code in your product? Build a native module.
-
Zig, the Small Language
> rust is not well-suited for interfacing with FFI
How so? Packages like neon [1] and rustler [2] suggest otherwise. I'm using both of those in a real product (I'm using neon directly, to write native modules for an Electron app; on the back-end, I depend on an Elixir package that uses rustler).
[1]: https://github.com/neon-bindings/neon
[2]: https://github.com/rusterlium/rustler
-
SurrealDB: A new scalable document-graph database written in Rust
You can use https://github.com/infinyon/node-bindgen, https://github.com/neon-bindings/neon, or https://github.com/napi-rs/napi-rs for Node.js libraries, https://github.com/PyO3/pyo3 for Python libraries, https://rustwasm.github.io/wasm-bindgen/ for WebAssembly, and https://github.com/rust-lang/rust-bindgen for C libraries!
-
Javascript senior developer here. Why I need to learn Rust?
They can use Rust to speed up Nodejs through https://crates.io/crates/neon for example
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Mar 2025
Stats
neon-bindings/neon is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of neon is Rust.