Developer Guide
The Ioto Developer Guide explains the following topics:
Topic | Description |
---|---|
Embedding Ioto | Integrating Ioto into your system or applications. |
URL Client | URL client requests to issue client-side HTTP requests. |
JSON Parser | Integrated JSON/5 parser and query engine. |
Safe Portable Runtime | The Ioto safe portable runtime low level services. |
Fiber Coroutines | Parallelism via the fiber coroutines for easy non-blocking programming. |
Memory Allocation | Memory allocation and the global memory exception handler. |
Samples | Complete samples for common use-cases. |