https://github.com/evolution-app/zeromqswift
A simple ZeroMQ layer written in Swift.
https://github.com/evolution-app/zeromqswift
message-queue server-side-swift swift swift4 zeromq zeromq-czmq zewo
Last synced: 4 months ago
JSON representation
A simple ZeroMQ layer written in Swift.
- Host: GitHub
- URL: https://github.com/evolution-app/zeromqswift
- Owner: EVOlution-App
- License: mit
- Created: 2018-03-17T21:54:58.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T12:44:22.000Z (over 1 year ago)
- Last Synced: 2025-07-26T17:51:54.827Z (11 months ago)
- Topics: message-queue, server-side-swift, swift, swift4, zeromq, zeromq-czmq, zewo
- Language: Swift
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EVO App - ZeroMQSwift
This project was created on top of ZeroMQ library made by our friends from [Zewo](https://github.com/Zewo).
## Run the server
```bash
$ git clone https://github.com/evolution-app/ZeroMQSwift.git
$ cd ZeroMQSwift
$ swiftenv install
$ swift run
```
## Examples
- [Firer](https://github.com/evolution-app/ZeroMQSwift/blob/master/Examples/Firer/) - Send a lot os messages into your message queue server
- [Consumer](https://github.com/evolution-app/ZeroMQSwift/blob/master/Examples/Consumer/) - Consume messages from your message queue server
To run the examples, you just need to access and execute inside the folder (Firer or Consumer):
```bash
$ swift run
```
## Requirements
- Swift 5.2.4
- Xcode 11
- [SwiftEnv](https://swiftenv.fuller.li)
## Credits
- Thiago Holanda: [**@tholanda**](https://twitter.com/tholanda).
## License
Released under an [MIT License](http://opensource.org/licenses/MIT). See `LICENSE` for details.
>**Copyright © 2017-present EVOlution App.**