Files
zoraxy/example/plugins
Anthony Rubick 36a48b5fe0 plugin2plugin messaging example
currently does not work due to CSRF, but should work when we figure out how to let plugins bypass csrf when talking to zoraxy
2025-09-12 21:37:47 -05:00
..
2025-09-12 20:28:02 -05:00
2025-09-12 20:28:02 -05:00
2025-09-12 20:28:02 -05:00
2025-09-12 20:28:02 -05:00
2025-09-12 20:28:02 -05:00
2025-09-12 20:28:02 -05:00
2025-09-12 20:28:02 -05:00
2025-09-12 21:37:47 -05:00
2025-09-12 21:37:47 -05:00

Example Plugins

This directory contains example plugins that demonstrate how to create and use plugins with the main application. Each plugin is designed to showcase different features and capabilities of the plugin system.

Some Note-Worthy Examples

  • api-call-example: Demonstrates how plugins can make API calls to zoraxy
  • event-subscriber-example: Shows how to subscribe to and handle events from zoraxy within the application
  • plugin2plugin-comms-peer1: Illustrates communication between two plugins via the event system, where this plugin acts as the first peer
  • plugin2plugin-comms-peer2: Similar to the above, but this plugin acts as the second peer in the communication