Node JS message queue on Heroku

前端 未结 2 2023
春和景丽
春和景丽 2020-12-17 00:28

I need to move my Node JS server running on Heroku to a message queue architecture. Currently, the server receives a HTTP request, does some processing, and responds. The pr

2条回答
  •  死守一世寂寞
    2020-12-17 00:58

    I found a very simple example (followed by deeper examples) here: https://www.rabbitmq.com/tutorials/tutorial-one-javascript.html

提交回复
热议问题