https://github.com/sizzlorox/hydra-tests
Testing Hydra by having a service that sends ticks to multiple player services via Hydra Router
https://github.com/sizzlorox/hydra-tests
docker docker-compose dockerfile hydra hydra-router javascript microservice microservices node nodejs router
Last synced: 24 days ago
JSON representation
Testing Hydra by having a service that sends ticks to multiple player services via Hydra Router
- Host: GitHub
- URL: https://github.com/sizzlorox/hydra-tests
- Owner: sizzlorox
- Created: 2019-07-26T07:09:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T04:45:19.000Z (over 3 years ago)
- Last Synced: 2023-02-28T09:05:47.378Z (over 3 years ago)
- Topics: docker, docker-compose, dockerfile, hydra, hydra-router, javascript, microservice, microservices, node, nodejs, router
- Language: JavaScript
- Homepage:
- Size: 545 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hydra Tests
[](https://travis-ci.org/sizzlorox/hydra-tests) [](https://github.com/nikku/works-on-my-machine)
Testing Hydra by having a service that sends ticks to multiple player services via Hydra Router
## Required
- Docker [View Homepage](https://www.docker.com/)
- NodeJS v6+ [View Homepage](https://www.nodejs.org)
## Pre-installation
It's recommended that [NVM](https://github.com/creationix/nvm) be used to manage NodeJS versions.
The project includes an .nvmrc which specifies NodeJS 6.2.1
## Usage
:warning: Before running, you must have a docker network named `hydra-net`
```shell
$ docker network create hydra-net
```
```shell
$ sh run.sh
```
```shell
$ sh stop.sh
```
## Screenshot

## Resources
- Hydra [View Homepage](https://www.hydramicroservice.com/)
- Hydra Router [View Homepage](https://www.hydramicroservice.com/docs/tools/hydra-router/)