Skip to content

Commit

Permalink
chore: update tools.json (#2996)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored May 27, 2024
1 parent 3987e8b commit 384f424
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions config/tools-automated.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,44 +91,44 @@
}
},
{
"title": "SIO-AsyncAPI",
"description": "This is code-first approach to generate AsyncAPI specification from Socket.IO server.",
"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://github.com/daler-rahimov/sio-asyncapi",
"docsUrl": "https://github.com/daler-rahimov/sio-asyncapi",
"repoUrl": "https://github.com/daler-rahimov/sio-asyncapi"
"websiteUrl": "https://www.npmjs.com/package/zod-sockets",
"repoUrl": "https://github.com/RobinTail/zod-sockets"
},
"filters": {
"language": "Python",
"language": "TypeScript",
"technology": [
"Socket.IO",
"Flask"
"Node.js",
"TypeScript"
],
"categories": [
"code-first",
"api"
"dsl",
"framework"
],
"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.",
"title": "SIO-AsyncAPI",
"description": "This is code-first approach to generate AsyncAPI specification from Socket.IO server.",
"links": {
"websiteUrl": "https://www.npmjs.com/package/zod-sockets",
"repoUrl": "https://github.com/RobinTail/zod-sockets"
"websiteUrl": "https://github.com/daler-rahimov/sio-asyncapi",
"docsUrl": "https://github.com/daler-rahimov/sio-asyncapi",
"repoUrl": "https://github.com/daler-rahimov/sio-asyncapi"
},
"filters": {
"language": "TypeScript",
"language": "Python",
"technology": [
"Node.js",
"TypeScript"
"Socket.IO",
"Flask"
],
"categories": [
"code-first",
"dsl",
"framework"
"api"
],
"hasCommercial": false,
"isAsyncAPIOwner": false
Expand Down Expand Up @@ -290,48 +290,48 @@
"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": "ZenWave SDK",
"description": "DDD and API-First for Event-Driven Microservices",
"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://zenwave360.github.io/",
"docsUrl": "https://zenwave360.github.io/zenwave-sdk/plugins/asyncapi-spring-cloud-streams3/",
"repoUrl": "https://github.com/zenwave360/zenwave-sdk"
"websiteUrl": "https://www.npmjs.com/package/zod-sockets",
"repoUrl": "https://github.com/RobinTail/zod-sockets"
},
"filters": {
"language": "Java",
"language": "TypeScript",
"technology": [
"Maven",
"CLI",
"Spring Cloud Streams",
"JHipster JDL"
"Node.js",
"TypeScript"
],
"categories": [
"code-generator",
"code-first",
"dsl",
"mocking-and-testing",
"cli"
"framework"
],
"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.",
"title": "ZenWave SDK",
"description": "DDD and API-First for Event-Driven Microservices",
"links": {
"websiteUrl": "https://www.npmjs.com/package/zod-sockets",
"repoUrl": "https://github.com/RobinTail/zod-sockets"
"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": "TypeScript",
"language": "Java",
"technology": [
"Node.js",
"TypeScript"
"Maven",
"CLI",
"Spring Cloud Streams",
"JHipster JDL"
],
"categories": [
"code-first",
"code-generator",
"dsl",
"framework"
"mocking-and-testing",
"cli"
],
"hasCommercial": false,
"isAsyncAPIOwner": false
Expand Down

0 comments on commit 384f424

Please sign in to comment.