mkapal / node-insim-demo-typescript

Node InSim Demo Application with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node InSim Demo Application with TypeScript

A simple demo application using Node InSim to connect to Live for Speed (LFS).

Requirements

Installation

npm install

Connecting to LFS

If you want to connect to LFS locally, start LFS and enable InSim by typing /insim 29999 (or any other port of your choice).

Open the command line and run npm start.

This application connects to 127.0.0.1:29999 by default. You can change the host or port by editing index.js.

If you want to connect to a remote LFS host, use the InSim port that is assigned to your LFS host.

About

Node InSim Demo Application with TypeScript


Languages

Language:TypeScript 100.0%