Wappler Extensibility

In this category you will find tutorials explaining how to create your own custom client and server side modules and components for Wappler.

Wappler Extensibility - Writing Custom Modules and Formatters for Server Connect

Wappler opens up its extensibility powers! Now you can define your own custom modules and formatters for Server Connect. You can write your own custom code but also provide a UI definition of your …

Extending express (NodeJS)

Extending express You want to add extra middleware to express or define your own route endpoints? Here we will explain you how you can do this. Location All custom code extending express are placed…

Writing Custom Modules and Formatters (NodeJS)

Writing your own Formatters Location All formatters are being placed in the extensions/server_connect/formatters folder. A single file can contain multiple formatters and you can have multiple fil…

Writing Custom Modules and Formatters (ASP)

Sometimes you want to format or transform your data in a way that is not supported with the supplied formatters included with Wappler. This topic will explain you how you can write your own modules …

Writing Custom Modules and Formatters (PHP)

Sometimes you want to format or transform your data in a way that is not supported with the supplied formatters included with Wappler. This topic will explain you how you can write your own modules …