asyncapi / nodejs-ws-template

Node.js WebSockets template for the AsyncAPI Generator. It showcases how from a single AsyncAPI document you can generate a server and a client at the same time.
24 stars 29 forks source link

AsyncAPI spec v3 support in Node.js ws template #294

Open jonaslagoni opened 1 year ago

jonaslagoni commented 1 year ago

Reason/Context

This Issue is used to track changes needed to support AsyncAPI v3. As a code owner, please edit this list of TODO tasks in order to properly track the progress 🙂 Once this issue is closed it means that v3 is now fully supported in this library.

Remaining tasks:

github-actions[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity :sleeping:

It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience :heart:

ahorn42 commented 8 months ago

Are there any updates on the support for AsyncAPI v3?

github-actions[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity :sleeping:

It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience :heart:

ibishal commented 2 months ago

Have look in the repository and i think it is not completed yet. Taking this up Please make a confirmation as it is a big issue cc @jonaslagoni @derberg

derberg commented 2 months ago

@ibishal it is big. Template itself is not complex, but for sure complexity comes with fact that you need to first migrate it to use generator's react engine, and then make it support asyncapi v3 - so 2 separate PRs

here you have example from another node template where react was introduced -> https://github.com/asyncapi/nodejs-template/pull/267 and also where later v3 support was done -> https://github.com/asyncapi/nodejs-template/pull/294

this should make your life much easier