Nodejs Jxcore Packaging
# Node.js JXcore Packaging
Node.js is an open-source, cross-platform runtime environment for server-side and network applications.
JXcore is a multi-threaded Node.js distribution, which allows you to run your existing code in a multi-threaded and thread-safe manner without making any changes to it.
This article mainly introduces the packaging feature of JXcore.
* * *
## JXcore Installation
Download the JXcore installation package and extract it. The extracted directory provides the `jx` binary command, which we will primarily use next.
### Step 1: Download
Download the JXcore installation package from [https://github.com/jxcore/jxcore-release](https://github.com/jxcore/jxcore-release). You need to download the package according to your system environment.
1. Windows platform download: [Download(Windows x64 (V8))](https://raw.githubusercontent.com/jxcore/jxcore-release/master/0311/jx_win64v8.zip).
2. Linux/OSX installation command:
```bash
$ curl https://raw
YouTip