1 | initial version |
The Sage Cell server acts as a web service to perform computations and return results, plots, etc. The iphone and android apps use it as a backend, for example.
We're working on good documentation for it. Here are some examples, though:
http://aleph.sagemath.org (see the bottom of the page for messages sent back and forth to the web service).
Code: https://github.com/sagemath/sagecell
Embedding documentation: https://github.com/sagemath/sagecell/blob/master/doc/embedding.rst (see the bottom for a small example)
Another example: http://utmost.aimath.org/ (see bottom of page)