Wappler Server side code

Hello Guys!

I was under the assumption that Wappler exposes code for both the frontend and backend. As I looked at the core files generated, I could see the frontend .ejs files as expected. However, I couldn’t locate the server-side code. I only found the JSON configuration that defines the server’s behavior and actions, not the actual Node.js code. Can someone please explain this to me? Thank you!

2 Likes

Hello,

Wappler’s NodeJS code is static, it reads from the JSON files. Project changes concerning server-side only change the JSON files, not the NodeJS code itself

2 Likes