Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mumez/VerStix

A Vert.x TCP EventBus client for Smalltalk
https://github.com/mumez/VerStix

eventbus pharo vertx

Last synced: 3 months ago
JSON representation

A Vert.x TCP EventBus client for Smalltalk

Awesome Lists containing this project

README

        

VerStix
========

[Vert.x](http://vertx.io/ "Vert.x") TCP [EventBus Bridge](http://vertx.io/docs/#bridges) client for [Pharo Smalltalk](http://www.pharo-project.org/ "Pharo").

You can interact with various vert.x components ([Web](http://vertx.io/docs/#web), [Auth](http://vertx.io/docs/#authentication_and_authorisation), [DB](http://vertx.io/docs/#data_access), [MQ](http://vertx.io/docs/#integration), etc) via EventBus.

## Installation

```Smalltalk
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](./example/README.md).