p2p/protocol/stomp/example/stomp_example library

Example demonstrating the STOMP protocol implementation for dart-libp2p

This example shows how to:

  1. Set up a STOMP server
  2. Connect clients to the server
  3. Send and receive messages
  4. Use subscriptions and transactions