Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tinchoz49/microservices-for-real
- Owner: tinchoz49
- Created: 2018-03-19T20:52:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T21:09:10.000Z (almost 7 years ago)
- Last Synced: 2024-10-17T01:09:16.425Z (3 months ago)
- Topics: laplatajs, microservices, moleculer, talk
- Language: JavaScript
- Size: 1000 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)