Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkapal/node-insim-demo-typescript
Node InSim Demo Application with TypeScript
https://github.com/mkapal/node-insim-demo-typescript
Last synced: about 1 month ago
JSON representation
Node InSim Demo Application with TypeScript
- Host: GitHub
- URL: https://github.com/mkapal/node-insim-demo-typescript
- Owner: mkapal
- Created: 2023-12-21T22:30:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T08:57:36.000Z (4 months ago)
- Last Synced: 2024-07-29T12:09:07.795Z (4 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node InSim Demo Application with TypeScript
A simple demo application using [Node InSim](https://github.com/simbroadcasts/node-insim) to connect to [Live for Speed](https://www.lfs.net/) (LFS).
## Requirements
- [Node.js](https://nodejs.org) 18 or higher
- [Live for Speed](https://www.lfs.net/)## Installation
```shell
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](./index.js).
If you want to connect to a remote LFS host, use the InSim port that is assigned to your LFS host.