Skip to main content

-- 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:

  1. ionet-spring-example, related to Spring Integration.
  2. ionet-sdk-example, the SDKExample server sample. See code_generate.
  3. ionet-cookbook-code, this is the codebase used by most examples in the docs.
  4. ionet-quick-demo, Quickly Build a Server from Scratch.
  5. ionet-multi-process, a local multi-process deployment example. See Local Multi-Process Deployment.

Example Notes

  • ionet-cookbook-code is the main example project for the documentation, and most feature examples come from it.
  • ionet-quick-demo is better suited for quick onboarding and shows how to start a runnable server with minimal code.
  • ionet-multi-process demonstrates how to split one-application and multiple logic services into multiple local processes and let them communicate through Aeron IPC.