reason-node, a reason implemention of the node.js API.
Firt you need to install esy, Sandboxed and project based installations that share build artifacts and builds, for lightning fast installations and incremental builds:
yarn global add esy
# OR with npm
npm install --global esy
Then go ahead and add reason-node to your project with esy:
esy add reason-node
See https://github.com/kennetpostigo/reason-node-starter
See https://kennetpostigo.github.io/reason-node
See Contributing.md
Missing or yet to be implemented API's are documented with compile-time warnings, are noted in the documentation and are listed in Future.md. If you'd like to help contribute, please open a pull-request, no code needed! We'll try to help steer you in the right direction!
building
- Clone the project
- Run
esy install
- Run
esy build
MIT