Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mumez/VerStix
- Owner: mumez
- License: mit
- Created: 2017-06-24T15:18:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T13:58:42.000Z (over 7 years ago)
- Last Synced: 2024-04-11T11:36:24.042Z (7 months ago)
- Topics: eventbus, pharo, vertx
- Language: Smalltalk
- Size: 31.3 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- vertx-awesome - Smalltalk - Event bus client for [Pharo Smalltalk](http://pharo.org/) using the [TCP-based protocol](https://github.com/vert-x3/vertx-tcp-eventbus-bridge). (Vert.x Event Bus Clients)
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).