Skip to content
Matt Bengston edited this page Oct 14, 2025 · 3 revisions

Welcome to the irsdk-node wiki!

irsdk-node is a node.js library that exposes data from the iRacing SDK via a node C++ addon. The main goals of the library are:

  • Ease of use, ie. simple to use and understand API
  • Performance-oriented implementation
  • Expose type definitions for all data/api's to improve runtime safety and developer experience

Many of these goals are achieved through package architecture and tooling. You can find more information on those, as well as general usage of the library within this wiki. Check the sidebar for available documentation.

Clone this wiki locally