Reason/Context
This and also nodejs-ws-template are writing with old Nunjucks templating engine. We need to rewrite them to React templating engile that should become the default and only engine in the future.
Description
- First rewrite nodejs-ws-template as this is a template that is more used as showcase, for demos, so any mistake in the work and release will not cause issues for users in production.
- Then rewrite this template to new engine
With this task you will learn in dept:
- how code generation works
- what is the purpose of code generation and what you can generate
- you will learn the structure of AsyncAPI spec, its purpose and what does it give you
- you will write JavaScript code and unit tests
- you will learn AsyncAPI parser and use it extensively
Reason/Context
This and also nodejs-ws-template are writing with old Nunjucks templating engine. We need to rewrite them to React templating engile that should become the default and only engine in the future.
Description
With this task you will learn in dept: