Skip to content

Commit b93a106

Browse files
fix: update deps
1 parent 4bb2baf commit b93a106

File tree

3 files changed

+3009
-2006
lines changed

3 files changed

+3009
-2006
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Microservice NodeJS library
1+
# Microservice Node.js library
22

33
Package for create microservice architecture based on [Ijson job server](https://github.com/lega911/ijson).
44
All 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
2223
npm 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
2630
Go to `example` folder and check out the example of creating __microservice__ and __gateway__.
2731
See `example/scratch.http` for understanding how to send requests.

0 commit comments

Comments
 (0)