Skip to content

feat: add direct usage example without gRPC#320

Closed
TobieTom wants to merge 1 commit intosilius-rs:mainfrom
TobieTom:feat/direct-example
Closed

feat: add direct usage example without gRPC#320
TobieTom wants to merge 1 commit intosilius-rs:mainfrom
TobieTom:feat/direct-example

Conversation

@TobieTom
Copy link

@TobieTom TobieTom commented Feb 6, 2025

Add example demonstrating direct usage of Silius components without gRPC communication.

Changes:

  • Add examples/direct/main.rs with single binary implementation
  • Add examples/direct/Cargo.toml with dependencies
  • Add examples/Cargo.toml for example configuration

This example shows how to use bundler, mempool and RPC components directly in memory, providing a simpler deployment option when service isolation isn't needed.

Resolves #217

@Vid201
Copy link
Member

Vid201 commented Feb 6, 2025

Hey @TobieTom , thanks for opening a PR. I will take a look at it as soon as I can !

@TobieTom TobieTom closed this by deleting the head repository Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Example of Silius components without gRPC

2 participants