inhumate-rti-legacy
v1.1.2
Published
Inhumate RTI legacy javascript client
Downloads
105
Readme
Inhumate RTI Legacy Javascript Client
This is the legacy javascript client for the Inhumate RTI (RunTime Infrastructure), part of the Inhumate Suite. It is not to be used for new development.
Building and running tests
Using Node (version 20 tested)
npm install
npm run build
npm test # with the broker running
npm start # for a usage example
Using it
See the usage example.