Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 480 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 480 Bytes

ACPWorker

Aplication which allows to access Smallworld data as JSON via HTTP

Magik session

Open a Magik session and load the acpworker.magik file.

load_file("path/to/acpwork.magik")

Midleware server

Run the executable server/server.exe

Client application

Run your client application

  • Python example client/client.py

  • c# example client/client.cs

  • Javascript example client/client.js