Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

kong-node-demo

Prerequisite

docker-compose up

Demo (on postman)

import file to postman your

Kong.postman_collection.json

Example enabled plugins rate-limiting

curl -X POST http://localhost:8001/services/api-v1-customers/plugins \
--data "name=rate-limiting" \
--data "config.minute=2" \
--data "config.hour=100"

About

Demo Kong API Gateway With Nodejs

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.