Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PharosProduction/ExVertx
Connector to Vert.x event bus via TCP Event Bus Bridge
https://github.com/PharosProduction/ExVertx
elixir elixir-lang elixir-language elixir-library elixir-programming-language elixir-to-vertx elixir-wrapper vertx vertx-elixir vertx-eventbus vertx3 vertxbus
Last synced: about 1 month ago
JSON representation
Connector to Vert.x event bus via TCP Event Bus Bridge
- Host: GitHub
- URL: https://github.com/PharosProduction/ExVertx
- Owner: PharosProduction
- License: apache-2.0
- Created: 2019-03-14T16:06:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T12:29:24.000Z (over 5 years ago)
- Last Synced: 2024-10-30T06:05:30.219Z (about 1 month ago)
- Topics: elixir, elixir-lang, elixir-language, elixir-library, elixir-programming-language, elixir-to-vertx, elixir-wrapper, vertx, vertx-elixir, vertx-eventbus, vertx3, vertxbus
- Language: Elixir
- Homepage: https://pharosproduction.com
- Size: 1.58 MB
- Stars: 15
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Elixir event bus bridge to Vert.x services using TCP socket. (Utilities)
- fucking-awesome-elixir - vert.x - Elixir event bus bridge to Vert.x services using TCP socket. (Utilities)
- vertx-awesome - Elixir - Event bus support for Elixir apps using TCP socket. (Vert.x Event Bus Clients)
- awesome-elixir - vert.x - Elixir event bus bridge to Vert.x services using TCP socket. (Utilities)
README
# ExVertx
An Elixir package to provide a connection between Elixir application and Vert.x TCP event bus bridge.## Usage
## Supported Versions
## Important links
* [ExVertx Github Repo](https://github.com/PharosProduction/ExVertx)
* [Connector to Vert.x event bus via TCP Event Bus Bridge](https://github.com/vert-x3/vertx-tcp-eventbus-bridge)
* [Vert.x TCP event bus bridge docs](https://vertx.io/docs/vertx-tcp-eventbus-bridge/java/)
* [ExVertx Hex.pm package](https://hex.pm/packages/ex_vertx)
* [ExVertx docs](https://hexdocs.pm/ex_vertx)### Running tests
## Copyright and License
"ExVertx" is Copyright (c) 2019 Pharos Production Inc.
Created by [Dmytro Nasyrov, Founder, CTO at Pharos Production Inc.](https://www.linkedin.com/in/blockchain-quorum-elixir-development/)
[Pharos Production Inc. - Distributed Systems, Blockchain and FinTech enterprise software development](https://pharosproduction.com)
The source code is under the Apache 2 License.
Copyright (c) 2019 Pharos Production Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.