Aplication which allows to access Smallworld data as JSON via HTTP
Open a Magik session and load the acpworker.magik file.
load_file("path/to/acpwork.magik")
Run the executable server/server.exe
Run your client application
-
Python example
client/client.py -
c# example
client/client.cs -
Javascript example
client/client.js