If you have created (or know of) an open source library or product that uses CloudEvents, please include in the list below.
- CloudEvents.NET: is a .NET implementation of the CloudEvents spec and HTTP transport binding. It has been released to nuget.org. It also contains some app samples of 1) console app to Web API, and 2) Web API to Azure Event Grid, which demonstrates how CloudEvent messages are generated and sent to Web API and Azure Event Grid over HTTP.
- microBean CloudEvents: CloudEvents represented as plain Java objects. Satellite projects add Jackson and CDI event integration.
- jCloudEvents Java POJO implementation of the CloudEvents specification and some CDI bindings.