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: about 1 month 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-08-04T01:07:55.075Z (5 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
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).