@captain-hook/rascal-engine

Captain Hook Events Engine powered by amqp with Rascal

Usage no npm install needed!

<script type="module">
  import captainHookRascalEngine from 'https://cdn.skypack.dev/@captain-hook/rascal-engine';
</script>

README

@captain-hook/events-engine

This is the basic engine for captain-hook based on EventEmitter from Nodes events package. This is great for development or very small projects but it is recommend to use one of the more production-ready engines when you are creating a production site.

This repo also contains the base WebhookEngine class that should be extended by all future CaptainHook events engines.

TODO

  • Link to Redis Engine
  • Link to AMQP Engine