An open API service indexing awesome lists of open source software.

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

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