Using Ray with Node.js

You can send information from Node.js code (JavaScript or TypeScript) to Ray via this third party package:

permafrost-dev/node-ray

#Installing the package

You can install this third-party package using either npm or yarn:

npm install node-ray

yarn add node-ray

On this page

Help us improve this page