High level language reference
Themis currently comes for 5 languages:
- Python: fully documented, examples for typical Python frameworks (twisted, tornado), thoroughly tested by practicing Python developers, Python interface is considered stable.
- Ruby: fully documented, examples for typical Ruby development models (event-based async, around Rails and Eventmachine), being tested right now, yet is considered stable enough to run everything.
- PHP: developed and tested as both stand-alone PHP (invoked from command line) and typical Apache request-bound forking. Examples are provided for the latter as more common practice. Should work in raw stand-alone way too.
- Objective-C: 2 objects out of 3 are documented, one is tested in real-world case (Demo project w/ blog post coming soon).
- Java / Android: 3 objects out of 3, all are tested and covered in simple examples. Demo project and real-world "let's hackathon this" testing blog post coming soon.