mumez / VerStix

A Vert.x TCP EventBus client for Smalltalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Vert.x TCP EventBus client for Smalltalk

License:MIT License


Languages

Language:Smalltalk 92.9%Language:Groovy 5.8%Language:HTML 1.3%