Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Dec 29, 2023
1 parent 4bb2baf commit b93a106
Show file tree
Hide file tree
Showing 3 changed files with 3,009 additions and 2,006 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Microservice NodeJS library
# Microservice Node.js library

Package for create microservice architecture based on [Ijson job server](https://github.com/lega911/ijson).
All requests are made through `JSON-RPC 2.0`
Expand All @@ -16,12 +16,16 @@ All requests are made through `JSON-RPC 2.0`
### This package includes instruments for creating:
- Gateways
- Microservices
- Sockets

### Installation:
```bash
npm i --save @lomray/microservice-nodejs-lib
```

## Investigate
Take a look at [Microservices](https://github.com/Lomray-Software/microservices) to more understand how it works.

### Example
Go to `example` folder and check out the example of creating __microservice__ and __gateway__.
See `example/scratch.http` for understanding how to send requests.
Expand Down
Loading

0 comments on commit b93a106

Please sign in to comment.