Open
Description
Hi, this is a bit related to other issue that I opened sometime ago (sorry I can't found the issue) where I wanted to contribute code in nodejs using async await.
I think it would be great if there was the possibility within the same sample page to switch between the current code, using callbacks, the promises implementation and using async await, all through a navs system like https://getbootstrap.com/docs/4.3/components/navs/
I found that the code exists using promises and my implementation with async await is here
https://github.com/cocodrino/rabbitmq-tutorials-async-await
I would like to know if this is possible and how I could collaborate
Thank you.
Activity
michaelklishin commentedon Mar 14, 2019
This repository contains executable code only, one directory per implementation regardless of the client. Simply add a new directory with your version with a README that contains an overview and some hints as to how to run them.
The site is at rabbitmq/rabbitmq-website. We are interested in having one recommended API used in the tutorials, not three. A link to alternative ones can be added, of course. Async/await makes most sense but we'd need to discuss the switch with the team first.
Thank you.
[-]include tabs (navs) for toggle between nodejs examples with callback,promise and async await implementation[/-][+]Contributing Node.js port based on async/await[/+]