diff --git a/config/all-tags.json b/config/all-tags.json index 4d60db8d4c23..eace7a126f15 100644 --- a/config/all-tags.json +++ b/config/all-tags.json @@ -213,12 +213,12 @@ "borderColor": "border-[#40ccf7]" }, { - "name": "Django", + "name": "ASP.NET Core", "color": "bg-[#61d0f2]", "borderColor": "border-[#40ccf7]" }, { - "name": "ASP.NET Core", + "name": "Django", "color": "bg-[#61d0f2]", "borderColor": "border-[#40ccf7]" }, @@ -318,12 +318,12 @@ "borderColor": "border-[#40ccf7]" }, { - "name": "SmartPaste", + "name": "JetBrains", "color": "bg-[#61d0f2]", "borderColor": "border-[#40ccf7]" }, { - "name": "JetBrains", + "name": "SmartPaste", "color": "bg-[#61d0f2]", "borderColor": "border-[#40ccf7]" }, diff --git a/config/tools-automated.json b/config/tools-automated.json index 6eedb7bfa835..7cdd64c88fbf 100644 --- a/config/tools-automated.json +++ b/config/tools-automated.json @@ -29,28 +29,6 @@ "Code-first tools": { "description": "The following is a list of tools that generate AsyncAPI documents from your code.", "toolsList": [ - { - "title": "AsyncAPI.NET", - "description": "The officially maintained fork of the AsyncAPI.NET SDK contains a useful object model for AsyncAPI documents in .NET along with common (de)serializers to extract raw AsyncApi JSON and YAML documents from the model.", - "links": { - "websiteUrl": "https://github.com/ByteBardOrg/AsyncAPI.NET/", - "repoUrl": "https://github.com/ByteBardOrg/AsyncAPI.NET" - }, - "filters": { - "language": "C#", - "technology": [ - ".NET", - "ASP.NET" - ], - "categories": [ - "converters", - "code-first", - "validator" - ], - "hasCommercial": false, - "isAsyncAPIOwner": false - } - }, { "title": "Zod Sockets", "description": "Socket.IO solution with I/O validation and the ability to generate AsyncAPI specification and a contract for consumers.", @@ -74,40 +52,42 @@ } }, { - "title": "ChanX", - "description": "WebSocket framework for Django/FastAPI with AsyncAPI 3.0 spec generation and Python client generation from AsyncAPI schemas", + "title": "Bielu.AspNetCore.AsyncApi", + "description": "A library that provides built-in support for generating AsyncAPI documents from minimal or controller-based APIs in ASP.NET Core, bringing the same developer experience as Microsoft.AspNetCore.OpenApi but for AsyncAPI specifications.", "links": { - "docsUrl": "https://chanx.readthedocs.io/", - "repoUrl": "https://github.com/huynguyengl99/chanx" + "repoUrl": "https://github.com/bielu/Bielu.AspNetCore.AsyncApi" }, "filters": { - "language": "python", + "language": "csharp", "technology": [ - "Django", - "FastAPI" + "ASP.NET Core", + ".NET" ], "categories": [ "code-first", - "code-generator" + "documentation-generator" ], "hasCommercial": false, "isAsyncAPIOwner": false } }, { - "title": "nestjs-asyncapi", - "description": "Utilize decorators to generate AsyncAPI document utilizing DTOs (similar to @nestjs/swagger) and a web UI.", + "title": "AsyncAPI.NET", + "description": "The officially maintained fork of the AsyncAPI.NET SDK contains a useful object model for AsyncAPI documents in .NET along with common (de)serializers to extract raw AsyncApi JSON and YAML documents from the model.", "links": { - "repoUrl": "https://github.com/flamewow/nestjs-asyncapi" + "websiteUrl": "https://github.com/ByteBardOrg/AsyncAPI.NET/", + "repoUrl": "https://github.com/ByteBardOrg/AsyncAPI.NET" }, "filters": { - "language": "Typescript", + "language": "C#", "technology": [ - "Node.js", - "NestJS" + ".NET", + "ASP.NET" ], "categories": [ - "code-first" + "converters", + "code-first", + "validator" ], "hasCommercial": false, "isAsyncAPIOwner": false @@ -135,6 +115,25 @@ "isAsyncAPIOwner": false } }, + { + "title": "nestjs-asyncapi", + "description": "Utilize decorators to generate AsyncAPI document utilizing DTOs (similar to @nestjs/swagger) and a web UI.", + "links": { + "repoUrl": "https://github.com/flamewow/nestjs-asyncapi" + }, + "filters": { + "language": "Typescript", + "technology": [ + "Node.js", + "NestJS" + ], + "categories": [ + "code-first" + ], + "hasCommercial": false, + "isAsyncAPIOwner": false + } + }, { "title": "SIO-AsyncAPI", "description": "This is code-first approach to generate AsyncAPI specification from Socket.IO server.", @@ -158,20 +157,21 @@ } }, { - "title": "Bielu.AspNetCore.AsyncApi", - "description": "A library that provides built-in support for generating AsyncAPI documents from minimal or controller-based APIs in ASP.NET Core, bringing the same developer experience as Microsoft.AspNetCore.OpenApi but for AsyncAPI specifications.", + "title": "ChanX", + "description": "WebSocket framework for Django/FastAPI with AsyncAPI 3.0 spec generation and Python client generation from AsyncAPI schemas", "links": { - "repoUrl": "https://github.com/bielu/Bielu.AspNetCore.AsyncApi" + "docsUrl": "https://chanx.readthedocs.io/", + "repoUrl": "https://github.com/huynguyengl99/chanx" }, "filters": { - "language": "csharp", + "language": "python", "technology": [ - "ASP.NET Core", - ".NET" + "Django", + "FastAPI" ], "categories": [ "code-first", - "documentation-generator" + "code-generator" ], "hasCommercial": false, "isAsyncAPIOwner": false @@ -224,45 +224,45 @@ } }, { - "title": "ChanX", - "description": "WebSocket framework for Django/FastAPI with AsyncAPI 3.0 spec generation and Python client generation from AsyncAPI schemas", + "title": "AsyncAPI Modelina", + "description": "Generate payload models into Java, TypeScript, Go, etc, you name it, from AsyncAPI documents. This tool gives you full control over the models through high customization", "links": { - "docsUrl": "https://chanx.readthedocs.io/", - "repoUrl": "https://github.com/huynguyengl99/chanx" + "websiteUrl": "https://modelina.org", + "docsUrl": "https://github.com/asyncapi/modelina/tree/master/docs", + "repoUrl": "https://github.com/asyncapi/modelina" }, "filters": { - "language": "python", + "language": "TypeScript", "technology": [ - "Django", - "FastAPI" + "React JS", + "Docker" ], "categories": [ - "code-first", "code-generator" ], "hasCommercial": false, - "isAsyncAPIOwner": false + "isAsyncAPIOwner": true } }, { - "title": "AsyncAPI Modelina", - "description": "Generate payload models into Java, TypeScript, Go, etc, you name it, from AsyncAPI documents. This tool gives you full control over the models through high customization", + "title": "ChanX", + "description": "WebSocket framework for Django/FastAPI with AsyncAPI 3.0 spec generation and Python client generation from AsyncAPI schemas", "links": { - "websiteUrl": "https://modelina.org", - "docsUrl": "https://github.com/asyncapi/modelina/tree/master/docs", - "repoUrl": "https://github.com/asyncapi/modelina" + "docsUrl": "https://chanx.readthedocs.io/", + "repoUrl": "https://github.com/huynguyengl99/chanx" }, "filters": { - "language": "TypeScript", + "language": "python", "technology": [ - "React JS", - "Docker" + "Django", + "FastAPI" ], "categories": [ + "code-first", "code-generator" ], "hasCommercial": false, - "isAsyncAPIOwner": true + "isAsyncAPIOwner": false } }, { @@ -410,7 +410,7 @@ "description": null, "links": { "websiteUrl": "https://studio.asyncapi.com", - "repoUrl": "https://github.com/Shurtu-gal/action-test-bed" + "repoUrl": "https://github.com/TahaShahid203/async-api-issue" }, "filters": { "technology": [ @@ -429,7 +429,7 @@ "description": null, "links": { "websiteUrl": "https://studio.asyncapi.com", - "repoUrl": "https://github.com/TahaShahid203/async-api-issue" + "repoUrl": "https://github.com/Shurtu-gal/action-test-bed" }, "filters": { "technology": [ @@ -472,28 +472,6 @@ "DSL": { "description": "Writing YAML by hand is no fun, and maybe you don't want a GUI, so use a Domain Specific Language to write AsyncAPI in your language of choice.", "toolsList": [ - { - "title": "Zod Sockets", - "description": "Socket.IO solution with I/O validation and the ability to generate AsyncAPI specification and a contract for consumers.", - "links": { - "websiteUrl": "https://www.npmjs.com/package/zod-sockets", - "repoUrl": "https://github.com/RobinTail/zod-sockets" - }, - "filters": { - "language": "TypeScript", - "technology": [ - "Node.js", - "TypeScript" - ], - "categories": [ - "code-first", - "dsl", - "framework" - ], - "hasCommercial": false, - "isAsyncAPIOwner": false - } - }, { "title": "ZenWave SDK", "description": "DDD and API-First for Event-Driven Microservices", @@ -519,6 +497,28 @@ "hasCommercial": false, "isAsyncAPIOwner": false } + }, + { + "title": "Zod Sockets", + "description": "Socket.IO solution with I/O validation and the ability to generate AsyncAPI specification and a contract for consumers.", + "links": { + "websiteUrl": "https://www.npmjs.com/package/zod-sockets", + "repoUrl": "https://github.com/RobinTail/zod-sockets" + }, + "filters": { + "language": "TypeScript", + "technology": [ + "Node.js", + "TypeScript" + ], + "categories": [ + "code-first", + "dsl", + "framework" + ], + "hasCommercial": false, + "isAsyncAPIOwner": false + } } ] }, @@ -591,6 +591,28 @@ "Mocking and Testing": { "description": "The tools below take specification documents as input, then publish fake messages to broker destinations for simulation purposes. They may also check that publisher messages are compliant with schemas.", "toolsList": [ + { + "title": "Specmatic", + "description": "Transform your API Specs into Executable Contracts with #NoCode in Seconds. Experience the power of Contract-Driven Development to confidently develop and independently deploy your Microservices and Microfrontends faster", + "links": { + "websiteUrl": "https://specmatic.io", + "docsUrl": "https://specmatic.io/documentation/", + "repoUrl": "https://github.com/specmatic/specmatic" + }, + "filters": { + "language": "kotlin", + "technology": [ + "Docker", + "maven" + ], + "categories": [ + "mocking-and-testing", + "CLIs" + ], + "hasCommercial": true, + "isAsyncAPIOwner": false + } + }, { "title": "ZenWave SDK", "description": "DDD and API-First for Event-Driven Microservices", @@ -617,34 +639,12 @@ "isAsyncAPIOwner": false } }, - { - "title": "Specmatic", - "description": "Transform your API Specs into Executable Contracts with #NoCode in Seconds. Experience the power of Contract-Driven Development to confidently develop and independently deploy your Microservices and Microfrontends faster", - "links": { - "websiteUrl": "https://specmatic.io", - "docsUrl": "https://specmatic.io/documentation/", - "repoUrl": "https://github.com/specmatic/specmatic" - }, - "filters": { - "language": "kotlin", - "technology": [ - "Docker", - "maven" - ], - "categories": [ - "mocking-and-testing", - "CLIs" - ], - "hasCommercial": true, - "isAsyncAPIOwner": false - } - }, { "title": "Mokapi", "description": "Your API Mocking Tool for Agile Development. Mock and simulate AsyncAPI and OpenAPI services for local testing, development, and CI pipelines — with a visual dashboard to inspect your mocks and a powerful test data generator fully customizable with JavaScript.", "links": { "websiteUrl": "https://mokapi.io", - "docsUrl": "https://mokapi.io/docs/guides/welcome", + "docsUrl": "https://mokapi.io/docs/welcome", "repoUrl": "https://github.com/marle3003/mokapi" }, "filters": { @@ -668,21 +668,17 @@ "description": "The following is a list of tools that validate AsyncAPI documents.", "toolsList": [ { - "title": "AsyncAPI.NET", - "description": "The officially maintained fork of the AsyncAPI.NET SDK contains a useful object model for AsyncAPI documents in .NET along with common (de)serializers to extract raw AsyncApi JSON and YAML documents from the model.", + "title": "AsyncAPI Validation", + "description": "Message validation package for YAML and JSON AsyncAPI documents.", "links": { - "websiteUrl": "https://github.com/ByteBardOrg/AsyncAPI.NET/", - "repoUrl": "https://github.com/ByteBardOrg/AsyncAPI.NET" + "repoUrl": "https://github.com/Elhebert/asyncapi-validation" }, "filters": { - "language": "C#", + "language": "TypeScript", "technology": [ - ".NET", - "ASP.NET" + "Node.js" ], "categories": [ - "converters", - "code-first", "validator" ], "hasCommercial": false, @@ -690,17 +686,21 @@ } }, { - "title": "AsyncAPI Validation", - "description": "Message validation package for YAML and JSON AsyncAPI documents.", + "title": "AsyncAPI.NET", + "description": "The officially maintained fork of the AsyncAPI.NET SDK contains a useful object model for AsyncAPI documents in .NET along with common (de)serializers to extract raw AsyncApi JSON and YAML documents from the model.", "links": { - "repoUrl": "https://github.com/Elhebert/asyncapi-validation" + "websiteUrl": "https://github.com/ByteBardOrg/AsyncAPI.NET/", + "repoUrl": "https://github.com/ByteBardOrg/AsyncAPI.NET" }, "filters": { - "language": "TypeScript", + "language": "C#", "technology": [ - "Node.js" + ".NET", + "ASP.NET" ], "categories": [ + "converters", + "code-first", "validator" ], "hasCommercial": false, @@ -735,41 +735,41 @@ "description": "The following is a list of tools that compare AsyncAPI documents.", "toolsList": [ { - "title": "jasyncapicmp", - "description": "Tool for comparing two AsyncAPI versions and evaluating compatibility.", + "title": "AsyncAPI Diff", + "description": "Diff is a library that compares two AsyncAPI Documents and provides information about the differences by pointing out explicitly information like breaking changes.", "links": { - "websiteUrl": "https://siom79.github.io/jasyncapicmp/", - "docsUrl": "https://github.com/siom79/jasyncapicmp", - "repoUrl": "https://github.com/siom79/jasyncapicmp" + "repoUrl": "https://github.com/asyncapi/diff" }, "filters": { - "language": "Java", + "language": "TypeScript", "technology": [ - "Maven" + "TypeScript" ], "categories": [ "compare-tool" ], "hasCommercial": false, - "isAsyncAPIOwner": false + "isAsyncAPIOwner": true } }, { - "title": "AsyncAPI Diff", - "description": "Diff is a library that compares two AsyncAPI Documents and provides information about the differences by pointing out explicitly information like breaking changes.", + "title": "jasyncapicmp", + "description": "Tool for comparing two AsyncAPI versions and evaluating compatibility.", "links": { - "repoUrl": "https://github.com/asyncapi/diff" + "websiteUrl": "https://siom79.github.io/jasyncapicmp/", + "docsUrl": "https://github.com/siom79/jasyncapicmp", + "repoUrl": "https://github.com/siom79/jasyncapicmp" }, "filters": { - "language": "TypeScript", + "language": "Java", "technology": [ - "TypeScript" + "Maven" ], "categories": [ "compare-tool" ], "hasCommercial": false, - "isAsyncAPIOwner": true + "isAsyncAPIOwner": false } } ] @@ -778,28 +778,24 @@ "description": "The following is a list of tools that you can work with in terminal or do some CI/CD automation.", "toolsList": [ { - "title": "ZenWave SDK", - "description": "DDD and API-First for Event-Driven Microservices", + "title": "Specmatic", + "description": "Transform your API Specs into Executable Contracts with #NoCode in Seconds. Experience the power of Contract-Driven Development to confidently develop and independently deploy your Microservices and Microfrontends faster", "links": { - "websiteUrl": "https://zenwave360.github.io/", - "docsUrl": "https://zenwave360.github.io/zenwave-sdk/plugins/asyncapi-spring-cloud-streams3/", - "repoUrl": "https://github.com/zenwave360/zenwave-sdk" + "websiteUrl": "https://specmatic.io", + "docsUrl": "https://specmatic.io/documentation/", + "repoUrl": "https://github.com/specmatic/specmatic" }, "filters": { - "language": "Java", + "language": "kotlin", "technology": [ - "Maven", - "CLI", - "Spring Cloud Streams", - "JHipster JDL" + "Docker", + "maven" ], "categories": [ - "code-generator", - "dsl", "mocking-and-testing", - "cli" + "CLIs" ], - "hasCommercial": false, + "hasCommercial": true, "isAsyncAPIOwner": false } }, @@ -823,24 +819,28 @@ } }, { - "title": "Specmatic", - "description": "Transform your API Specs into Executable Contracts with #NoCode in Seconds. Experience the power of Contract-Driven Development to confidently develop and independently deploy your Microservices and Microfrontends faster", + "title": "ZenWave SDK", + "description": "DDD and API-First for Event-Driven Microservices", "links": { - "websiteUrl": "https://specmatic.io", - "docsUrl": "https://specmatic.io/documentation/", - "repoUrl": "https://github.com/specmatic/specmatic" + "websiteUrl": "https://zenwave360.github.io/", + "docsUrl": "https://zenwave360.github.io/zenwave-sdk/plugins/asyncapi-spring-cloud-streams3/", + "repoUrl": "https://github.com/zenwave360/zenwave-sdk" }, "filters": { - "language": "kotlin", + "language": "Java", "technology": [ - "Docker", - "maven" + "Maven", + "CLI", + "Spring Cloud Streams", + "JHipster JDL" ], "categories": [ + "code-generator", + "dsl", "mocking-and-testing", - "CLIs" + "cli" ], - "hasCommercial": true, + "hasCommercial": false, "isAsyncAPIOwner": false } }, @@ -868,7 +868,7 @@ "description": "Your API Mocking Tool for Agile Development. Mock and simulate AsyncAPI and OpenAPI services for local testing, development, and CI pipelines — with a visual dashboard to inspect your mocks and a powerful test data generator fully customizable with JavaScript.", "links": { "websiteUrl": "https://mokapi.io", - "docsUrl": "https://mokapi.io/docs/guides/welcome", + "docsUrl": "https://mokapi.io/docs/welcome", "repoUrl": "https://github.com/marle3003/mokapi" }, "filters": { @@ -933,42 +933,42 @@ } }, { - "title": "asyncapi-preview", - "description": "VSCode extension that enables you to:\n - Preview documentation generated using you AsyncAPI document. It uses AsyncAPI React component under the hood,\n - Create AsyncAPI documents faster using SmartPaste functionality\n", + "title": "jAsyncAPI - IDEA plugin", + "description": "Idea plugin for the java-asyncapi - Helps to edit and validate AsyncAPI schemas.", "links": { - "repoUrl": "https://github.com/Savio629/testing2" + "websiteUrl": "https://plugins.jetbrains.com/plugin/15673-asyncapi", + "docsUrl": "https://github.com/asyncapi/jasyncapi-idea-plugin#usage", + "repoUrl": "https://github.com/asyncapi/jasyncapi-idea-plugin" }, "filters": { + "language": "Kotlin", "technology": [ - "VSCode", - "SmartPaste" + "JetBrains", + "IntelliJ IDEA" ], "categories": [ "ide-extension" ], "hasCommercial": false, - "isAsyncAPIOwner": false + "isAsyncAPIOwner": true } }, { - "title": "jAsyncAPI - IDEA plugin", - "description": "Idea plugin for the java-asyncapi - Helps to edit and validate AsyncAPI schemas.", + "title": "asyncapi-preview", + "description": "VSCode extension that enables you to:\n - Preview documentation generated using you AsyncAPI document. It uses AsyncAPI React component under the hood,\n - Create AsyncAPI documents faster using SmartPaste functionality\n", "links": { - "websiteUrl": "https://plugins.jetbrains.com/plugin/15673-asyncapi", - "docsUrl": "https://github.com/asyncapi/jasyncapi-idea-plugin#usage", - "repoUrl": "https://github.com/asyncapi/jasyncapi-idea-plugin" + "repoUrl": "https://github.com/Savio629/testing2" }, "filters": { - "language": "Kotlin", "technology": [ - "JetBrains", - "IntelliJ IDEA" + "VSCode", + "SmartPaste" ], "categories": [ "ide-extension" ], "hasCommercial": false, - "isAsyncAPIOwner": true + "isAsyncAPIOwner": false } } ] @@ -977,18 +977,15 @@ "description": "The following is a list of templates compatible with AsyncAPI Generator. You can use them to generate apps, clients or documentation from your AsyncAPI documents.", "toolsList": [ { - "title": "Java Spring Cloud Stream Template", - "description": "Java Spring Cloud Stream template for the AsyncAPI Generator", + "title": "Node.js Websockets Template", + "description": "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.", "links": { - "repoUrl": "https://github.com/asyncapi/java-spring-cloud-stream-template" + "repoUrl": "https://github.com/asyncapi/nodejs-ws-template" }, "filters": { - "language": [ - "javascript" - ], + "language": "javascript", "technology": [ - "Spring Cloud Streams", - "Maven" + "Node.js" ], "categories": [ "generator-template" @@ -998,15 +995,18 @@ } }, { - "title": "HTML Template", - "description": "HTML template for AsyncAPI Generator. Use it to generate a static docs. It is using AsyncAPI React component under the hood.", + "title": "Java Spring Cloud Stream Template", + "description": "Java Spring Cloud Stream template for the AsyncAPI Generator", "links": { - "repoUrl": "https://github.com/asyncapi/html-template" + "repoUrl": "https://github.com/asyncapi/java-spring-cloud-stream-template" }, "filters": { - "language": "javascript", + "language": [ + "javascript" + ], "technology": [ - "HTML" + "Spring Cloud Streams", + "Maven" ], "categories": [ "generator-template" @@ -1016,19 +1016,17 @@ } }, { - "title": "Java Spring Template", - "description": "Java Spring template for the AsyncAPI Generator", + "title": "Java Template", + "description": "Java template for the AsyncAPI Generator", "links": { - "repoUrl": "https://github.com/asyncapi/java-spring-template" + "repoUrl": "https://github.com/asyncapi/java-template" }, "filters": { "language": [ "javascript" ], "technology": [ - "Springboot", - "Maven", - "Gradle" + "Java" ], "categories": [ "generator-template" @@ -1038,15 +1036,15 @@ } }, { - "title": "Node.js Websockets Template", - "description": "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.", + "title": "HTML Template", + "description": "HTML template for AsyncAPI Generator. Use it to generate a static docs. It is using AsyncAPI React component under the hood.", "links": { - "repoUrl": "https://github.com/asyncapi/nodejs-ws-template" + "repoUrl": "https://github.com/asyncapi/html-template" }, "filters": { "language": "javascript", "technology": [ - "Node.js" + "HTML" ], "categories": [ "generator-template" @@ -1056,35 +1054,37 @@ } }, { - "title": "Java Template", - "description": "Java template for the AsyncAPI Generator", + "title": "HTML Template", + "description": null, "links": { - "repoUrl": "https://github.com/asyncapi/java-template" + "repoUrl": "https://github.com/WSOL12/html-template" }, "filters": { - "language": [ - "javascript" - ], + "language": "javascript", "technology": [ - "Java" + "HTML" ], "categories": [ "generator-template" ], "hasCommercial": false, - "isAsyncAPIOwner": true + "isAsyncAPIOwner": false } }, { - "title": "Node.js Multiprotocol Template", - "description": "This template generates a server using your AsyncAPI document. It supports multiple different protocols, like Kafka or MQTT. It is designed in the way that generated code is a library and with it's API you can start the server, send messages or register a middleware for listening incoming messages. Runtime message validation included.", + "title": "Java Spring Template", + "description": "Java Spring template for the AsyncAPI Generator", "links": { - "repoUrl": "https://github.com/asyncapi/nodejs-template" + "repoUrl": "https://github.com/asyncapi/java-spring-template" }, "filters": { - "language": "javascript", + "language": [ + "javascript" + ], "technology": [ - "Node.js" + "Springboot", + "Maven", + "Gradle" ], "categories": [ "generator-template" @@ -1097,7 +1097,7 @@ "title": "HTML Template", "description": null, "links": { - "repoUrl": "https://github.com/WSOL12/html-template" + "repoUrl": "https://github.com/dipaksodani/async-gen" }, "filters": { "language": "javascript", @@ -1112,21 +1112,21 @@ } }, { - "title": "HTML Template", - "description": null, + "title": "Node.js Multiprotocol Template", + "description": "This template generates a server using your AsyncAPI document. It supports multiple different protocols, like Kafka or MQTT. It is designed in the way that generated code is a library and with it's API you can start the server, send messages or register a middleware for listening incoming messages. Runtime message validation included.", "links": { - "repoUrl": "https://github.com/dipaksodani/async-gen" + "repoUrl": "https://github.com/asyncapi/nodejs-template" }, "filters": { "language": "javascript", "technology": [ - "HTML" + "Node.js" ], "categories": [ "generator-template" ], "hasCommercial": false, - "isAsyncAPIOwner": false + "isAsyncAPIOwner": true } } ] diff --git a/config/tools.json b/config/tools.json index 0e0ade17ced2..20e76f306f6f 100644 --- a/config/tools.json +++ b/config/tools.json @@ -1443,7 +1443,7 @@ "description": null, "links": { "websiteUrl": "https://studio.asyncapi.com", - "repoUrl": "https://github.com/Shurtu-gal/action-test-bed" + "repoUrl": "https://github.com/TahaShahid203/async-api-issue" }, "filters": { "language": [], @@ -1470,7 +1470,7 @@ "description": null, "links": { "websiteUrl": "https://studio.asyncapi.com", - "repoUrl": "https://github.com/TahaShahid203/async-api-issue" + "repoUrl": "https://github.com/Shurtu-gal/action-test-bed" }, "filters": { "language": [], @@ -1946,7 +1946,7 @@ "description": "Your API Mocking Tool for Agile Development. Mock and simulate AsyncAPI and OpenAPI services for local testing, development, and CI pipelines — with a visual dashboard to inspect your mocks and a powerful test data generator fully customizable with JavaScript.", "links": { "websiteUrl": "https://mokapi.io", - "docsUrl": "https://mokapi.io/docs/guides/welcome", + "docsUrl": "https://mokapi.io/docs/welcome", "repoUrl": "https://github.com/marle3003/mokapi" }, "filters": { @@ -2582,7 +2582,7 @@ "description": "Your API Mocking Tool for Agile Development. Mock and simulate AsyncAPI and OpenAPI services for local testing, development, and CI pipelines — with a visual dashboard to inspect your mocks and a powerful test data generator fully customizable with JavaScript.", "links": { "websiteUrl": "https://mokapi.io", - "docsUrl": "https://mokapi.io/docs/guides/welcome", + "docsUrl": "https://mokapi.io/docs/welcome", "repoUrl": "https://github.com/marle3003/mokapi" }, "filters": {