Skip to content

Node.js template for the AsyncAPI Generator

Notifications You must be signed in to change notification settings

derberg/nodejs-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js template for the AsyncAPI Generator

Usage

ag asyncapi.yaml @asyncapi/nodejs-template -o output -p server=production

If you don't have the AsyncAPI Generator installed, you can install it like this:

npm install -g @asyncapi/generator

Supported parameters

Name Description Required Example
server The server you want to use in the code. Yes production

Supported protocols

  • AMQP
  • MQTT
  • Kafka
  • WebSockets

About

Node.js template for the AsyncAPI Generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.3%
  • Dockerfile 1.7%