Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 664 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 664 Bytes

S4TK Server

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.

Running the project

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.