diff --git a/README.md b/README.md
index 15fd240..2bb616c 100644
--- a/README.md
+++ b/README.md
@@ -522,6 +522,7 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi
* mruby
* [anima-engine/mrusty](https://github.com/anima-engine/mrusty) — mruby safe bindings for Rust [](https://travis-ci.org/anima-engine/mrusty)
* Node.js
+ * [neon-bindings/neon](https://github.com/neon-bindings/neon) — Rust bindings for writing safe and fast native Node.js modules [](https://travis-ci.org/neon-bindings/neon)
* [infinyon/node-bindgen](https://github.com/infinyon/node-bindgen) - Easy way to generate nodejs module using Rust
* Objective-C
* [SSheldon/rust-objc](https://github.com/SSheldon/rust-objc) — Objective-C Runtime bindings and wrapper for Rust