Skip to content

Contributing Node.js port based on async/await #207

Open
@cocodrino

Description

@cocodrino

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

michaelklishin commented on Mar 14, 2019

@michaelklishin
Contributor

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.

changed the title [-]include tabs (navs) for toggle between nodejs examples with callback,promise and async await implementation[/-] [+]Contributing Node.js port based on async/await[/+] on Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @michaelklishin@cocodrino

        Issue actions

          Contributing Node.js port based on async/await · Issue #207 · rabbitmq/rabbitmq-tutorials