Node InSim
Introducing Node InSim, an InSim library for Node.js with Typescript support.
At Sim Broadcasts, we are big advocates of the Web and open-source software. We wanted to develop a Node.js based InSim implementation to complement our own technology stack and to contribute something useful back to the community.
Node InSim is compatible with InSim version 9.
Installation
Install the node-insim NPM package in your Node.js application:
npm install --save node-insim
or if you use Yarn:
yarn add node-insim
Basic Usage
To connect to an LFS server, you must enter its hostname, a port and a short name for your application.
The InSim port must be configured in the LFS server settings. Also, make sure the public IP address from which your application is connecting is allowed to connect to the server InSim port.
Begin developing with Node InSim
To learn more, including how to send and receive packets with Node InSim, check out the Node InSim repository on GitHub.