Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 1.55 KB

index.md

File metadata and controls

29 lines (19 loc) · 1.55 KB
layout
guide

Guides and Tutorials

Welcome to the Neon guides! This documentation should help you get up and running quickly, as well as learn useful techniques for making the most of Neon. If you're looking for reference material, you might want to try the API documentation.

What is Neon?

Neon is a library and toolchain for embedding Rust in your Node.js apps and libraries.

Why Neon?

With Neon, you can create native Node modules like you might in C or C++, but with none of the fear and headaches associated with unsafe systems programming. Embedding Rust in Node can be useful for many reasons:

Neon also works hard to make creating native modules easy, with a convenient command-line interface and workflow built around sensible project conventions. This eliminates a lot of the usual hassle of building native Node modules.

Where do I Start?

The best place to go next is the Getting Started guide, which will help you get Neon installed on your system. From there, try out the Hello, World! guide to write your first native Node module with Neon!