Skip to content

Latest commit

 

History

History

insim-relay

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Node InSim - InSim Relay (TypeScript + ES Modules)

This app connects to the InSim Relay service, requests a list of hosts and prints their names in the standard output.

More information about the InSim Relay protocol can be found in the InSim Relay client information thread on LFS forum.

Requirements

  • Node.js v18
  • LFS

Installation

npm install

Connecting to LFS relay

npm start

Production build

npm run build
npm run serve:production