This repository is a simple example of how you might create an express server to use S4TK in any language of your choice. This example server is intended to be run locally, and has two endpoints for converting SimData between XML and binary.
Open this project in any editor of your choice, and run the following commands.
Install dependencies
npm i
Start the server
npm start
Test with Python
python3 tests/test.py
You may also test this project with Postman. Here's a collection of my test requests: https://www.getpostman.com/collections/5b90aec125481379cf55.