-- CookbookCode --
Introduction
github: https://github.com/iohao/ionet-examples
ionet-examples is a collection of all examples used in the documentation. It contains several independent example projects:
ionet-spring-example, related to Spring Integration.ionet-sdk-example, the SDKExample server sample. See code_generate.ionet-cookbook-code, this is the codebase used by most examples in the docs.ionet-quick-demo, Quickly Build a Server from Scratch.ionet-multi-process, a local multi-process deployment example. See Local Multi-Process Deployment.
Example Notes
ionet-cookbook-codeis the main example project for the documentation, and most feature examples come from it.ionet-quick-demois better suited for quick onboarding and shows how to start a runnable server with minimal code.ionet-multi-processdemonstrates how to splitone-applicationand multiple logic services into multiple local processes and let them communicate through Aeron IPC.