https://github.com/behrad/seneca-test
Seneca Playground
https://github.com/behrad/seneca-test
microservices seneca
Last synced: about 1 year ago
JSON representation
Seneca Playground
- Host: GitHub
- URL: https://github.com/behrad/seneca-test
- Owner: behrad
- License: mit
- Created: 2017-02-26T07:31:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T19:12:58.000Z (almost 9 years ago)
- Last Synced: 2025-03-18T08:12:30.801Z (about 1 year ago)
- Topics: microservices, seneca
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seneca Playground
A very simple Seneca mesh micro-services setup to evaluate operational concepts.
### Install
`git clone https://github.com/behrad/seneca-test.git`
`yarn install`
### Run
```
port=40000 node base.js
node service.js
node client.js
```
## Read up
* https://github.com/senecajs/seneca-mesh#options
* https://github.com/senecajs/ramanujan
## Further
* https://github.com/senecajs/seneca-amqp-transport
* https://github.com/otaviosoares/seneca-servicebus-transport
* https://github.com/thekemkid/seneca-load-balancer
* https://github.com/senecajs/seneca-balance-client