From 7445a091a3aa498c60b42d8568936fbc2997ea2f Mon Sep 17 00:00:00 2001 From: Sandro Martini Date: Thu, 2 Aug 2018 00:58:23 +0200 Subject: [PATCH] Add CloudEvent.js to open source resources Signed-off-by: Sandro Martini --- community/open-source.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/open-source.md b/community/open-source.md index 7a20e560f..01d480596 100644 --- a/community/open-source.md +++ b/community/open-source.md @@ -28,4 +28,5 @@ uses CloudEvents, please include in the list below. is a function framework / gateway by [VMWare](https://vmware.github.io/dispatch/) that support CloudEvents. * [cloudevents-python](https://github.com/williamhogman/cloudevents-python): A CloudEvents library for python. * [CloudEvents.live](https://cloudevents.live/): A real-time debugger/request bin for the CloudEvents webhook format. Submit events to the bin and immediately see them in the web UI (Sources: [Backend](https://github.com/klira/cloudevents-bin) [Frontend](https://github.com/klira/cloudevents-debugger)) -* [Argo-Events](https://github.com/argoproj/argo-events): An event-based dependency manager for Kubernetes which uses sensors to act on CloudEvents. \ No newline at end of file +* [Argo-Events](https://github.com/argoproj/argo-events): An event-based dependency manager for Kubernetes which uses sensors to act on CloudEvents. +* [cloudevent.js](https://github.com/smartiniOnGitHub/cloudevent.js): A CloudEvents library for Node.js.