Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All of journy.io’s server-side libraries are built for high-performance, so you can use them in your web server controller code. This library uses an internal queue to make identify and track calls non-blocking and fast. It also batches messages and flushes asynchronously to journy.io’s servers.

Getting

...

started

Make sure you’re using a version of Node that’s 14 or higher.

...

Code Block
const analytics = new Analytics({ 
   writeKey: "<YOUR_WRITE_KEY>",
   host: "https://analyze.journy.io", 
   path: "/backend/v1/batch" 
})

analytics.on("error", (err) => console.error(err))

...

Tip: Need help integrating journy.io to your web-site and/or App?

Reach out to our support team

...

or book time to make it together

...