Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tinchoz49/microservices-for-real

Slides and code for the talk about my first experience working with microservices
https://github.com/tinchoz49/microservices-for-real

laplatajs microservices moleculer talk

Last synced: 2 months ago
JSON representation

Slides and code for the talk about my first experience working with microservices

Awesome Lists containing this project

README

        

# Microservices 4 real

## Talk

- [Link to the talk](talk.pdf)

## Chat example

### Requirements

1. Node.js >= 8
2. NPM

### Usage

```
$ cd app
$ npm install
```

#### Example with poop blocking the process
```
$ npm run client & npm run block
```

#### Example with poop running in their own process
```
$ npm run client & npm run dev:node-one & npm run dev:node-two
```

## Contact

[twitter](https://twitter.com/tinchoz49)

[we can chat in LaPlataJS](https://laplatajs.herokuapp.com/)