Skip to content

statonjr/bull-webhooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webhooks with Bull

An example system that uses Bull to send messages to the various pieces of the system.

Up and Running

You'll need Docker Compose, but then it's just:

docker-compose up

Once the system is up and running, you can send HTTP requests to the system:

curl -v -d '{"key1":"value1", "key2":"value2"}' -H "Content-Type: application/json" http://localhost:3000/users/1/tasks/transcode

System Design

TODO

About

Demo code for the Webhooks tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%