RageZBla / nodejs-ws-template

Node.js WebSockets template for the AsyncAPI Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js WebSockets template for the AsyncAPI Generator

Usage

ag asyncapi.yaml @asyncapi/nodejs-ws-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

  • WebSockets

About

Node.js WebSockets template for the AsyncAPI Generator


Languages

Language:JavaScript 70.1%Language:HTML 26.7%Language:Dockerfile 3.2%