File tree Expand file tree Collapse file tree 3 files changed +3009
-2006
lines changed
Expand file tree Collapse file tree 3 files changed +3009
-2006
lines changed Original file line number Diff line number Diff line change 1- # Microservice NodeJS library
1+ # Microservice Node.js library
22
33Package for create microservice architecture based on [ Ijson job server] ( https://github.com/lega911/ijson ) .
44All requests are made through ` JSON-RPC 2.0 `
@@ -16,12 +16,16 @@ All requests are made through `JSON-RPC 2.0`
1616### This package includes instruments for creating:
1717- Gateways
1818- Microservices
19+ - Sockets
1920
2021### Installation:
2122``` bash
2223npm i --save @lomray/microservice-nodejs-lib
2324```
2425
26+ ## Investigate
27+ Take a look at [ Microservices] ( https://github.com/Lomray-Software/microservices ) to more understand how it works.
28+
2529### Example
2630Go to ` example ` folder and check out the example of creating __ microservice__ and __ gateway__ .
2731See ` example/scratch.http ` for understanding how to send requests.
You can’t perform that action at this time.
0 commit comments