Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 762 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 762 Bytes

VerStix

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.