Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 293 Bytes

compute-api.md

File metadata and controls

22 lines (11 loc) · 293 Bytes

basics

All messages are sent as json. Every message to the server must contain a "msg" string and in most cases and "argument" string. Acceptable msg values are:

  • open

  • close

  • clearFileChanges

  • execScript

  • execFile

  • help

  • listVariables

  • getVariable

  • toggleVariableWatch