Skip to content

Commit d8c30d2

Browse files
committed
improving readme
1 parent 15ce331 commit d8c30d2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# fast-gateway
22
A super fast Node.js API Gateway for the masses!
3-
> Here you can optionally read more about it: https://medium.com/sharenowtech/k-fastify-gateway-a-node-js-api-gateway-that-you-control-e7388c229b21
3+
4+
## Medium articles:
5+
- https://medium.com/@kyberneees/node-js-api-gateway-a-developer-perspective-8defe575ed21
6+
- https://medium.com/sharenowtech/k-fastify-gateway-a-node-js-api-gateway-that-you-control-e7388c229b21
7+
48

59
## Install
610
```js
@@ -102,6 +106,8 @@ const onResponse = async (req, res, stream) => {
102106
```
103107

104108
## Gateway level caching
109+
Caching support is provided by the `http-cache-middleware` module. https://www.npmjs.com/package/http-cache-middleware
110+
105111
### Why?
106112
> Because `caching` is the last mile for low latency distributed systems!
107113

0 commit comments

Comments
 (0)