VerStix

July 3, 2017 ยท View on GitHub

Vert.x TCP EventBus Bridge client for Pharo Smalltalk.

You can interact with various vert.x components (Web, Auth, DB, MQ, etc) via EventBus.

Installation

Gofer new
      url: 'http://smalltalkhub.com/mc/MasashiUmezawa/VerStix/main';
      package: 'ConfigurationOfVerStix';
      load.
(Smalltalk at: #ConfigurationOfVerStix) load

Or try CatalogBrowser typing 'VerStix'.

Example

Please see the example.

Contents

  1. 1Installation
  2. 2Example