# jsii-kernel

Implements interaction API between jsii proxy classes and jsii modules, part of
the [jsii] project.

The __jsii-kernel__ is a library, normally hosted within a [@jsii/runtime]
process. It provides the basic interaction API that allows language-specific
proxy object to interact with javascript objects they represent.

[jsii]: https://github.com/aws/jsii
[@jsii/runtime]: https://github.com/aws/jsii/tree/master/packages/@jsii/runtime

See [`api.ts`](./lib/api.ts) for request/response API.

## License

__jsii__ is distributed under the
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).

See [LICENSE](./LICENSE) and [NOTICE](./NOTICE) for more information.
