An open API service indexing awesome lists of open source software.

https://github.com/kong/kong-js-pdk

Kong PDK for Javascript and plugin server
https://github.com/kong/kong-js-pdk

javascript kong kong-pdk plugins typescript

Last synced: 6 months ago
JSON representation

Kong PDK for Javascript and plugin server

Awesome Lists containing this project

README

          

# kong-js-pdk

[![Node.js CI](https://github.com/Kong/kong-js-pdk/actions/workflows/node.js.yml/badge.svg)](https://github.com/Kong/kong-js-pdk/actions/workflows/node.js.yml)
[![NPM](https://img.shields.io/npm/v/kong-pdk)](https://www.npmjs.com/package/kong-pdk)
[![codecov](https://codecov.io/gh/Kong/kong-js-pdk/branch/main/graph/badge.svg?token=OLN3HEOIVP)](https://codecov.io/gh/Kong/kong-js-pdk)

Plugin server and PDK (Plugin Development Kit) for Javascript language support in Kong.

Requires Kong >= 2.3.0.

## Documentation

See in [Kong Docs](https://docs.konghq.com/gateway-oss/latest/external-plugins/#developing-javascript-plugins).

## TODO

- Better API design for user land (without async/await?)
- Dedicated server per plugin
- Rewrite with typescript