NodeJS

Get started with NodeJS in Wappler.

Date and Time Settings for NodeJS

Intro In this tutorial we will explain the different date and time settings available for NodeJS and how to handle time zone options. Server Time Zone You can set the server time zone settings depe…

Sever Side Rendering with NodeJS

In this update you can use full Server Side data rendering for NodeJS! Your NodeJS template based web sites can fully empower now Server Connect for dynamic Server Side Data Rendering! What is Ser…

Realtime Data Update with NodeJS and WebSockets

Intro Realtime Data Updates are here! Thanks to the NodeJS and Socket.IO integration in Wappler now you can build realtime apps! WebSockets is an advanced technology that makes it possible to open …

Applying Security to your NodeJS pages

You can apply security to your pages and redirect users who are not logged in or have no permissions to view a specific page. Security Protection with NodeJS Security Provider setup with NodeJS is …

Building a Real Time Chat Application

Intro Thanks to the WebSockets and NodeJS integration in Wappler you can build real-time apps. One example of what you can build is a real-time chat app. Sockets provide a real-time bi-directional …

WebSockets - Realtime Messaging

Intro Thanks to the NodeJS and Socket.IO integration in Wappler now you can build apps which use real-time messaging, so you can send messages to all users, or only to specific users. Messaging Ba…

Node newbie question (content/partials/layouts)?

Still a newbie with Node/Content/Partial/Layouts and have some questions… Where do I include items such as the local storage manager? Currently I have them in the layout page but when I try to clear…

NodeJS FTP deploy on shared hosting with Plesk and cPanel

NodeJS requires a specific setup on your hosting, which is different than the standard Linux or Windows server where you most likely upload everything in the public_html or www folder. Set Up Site …

API Action Realtime Progress with WebSockets

Intro Thanks to the NodeJS and Socket.IO integration in Wappler now you can show the realtime progress of your server actions to the users. This is really useful for server actions which are doing s…

Using Server Connect Data for Server Side Rendering in NodeJS

You already know how to setup your pages to use Sever Side Rendering with NodeJS. In this tutorial we will show you how to use Server Connect data in your page meta tags, such as page title and desc…

How to get the query string parameters with NodeJS Routes

I’m trying to get the query string parameter for a Node JS page. I set up my route: I set up a parameter: When I try to select my query string - the query string option isn’t available like it …

Creating template based pages and layout in Wappler with NodeJS

When creating a website usually you want to include common elements like header/menu and a footer on all you pages. This was possible until now using SSI (server side includes) but this technique re…

Scheduling Actions with NodeJS

Intro The Schedule options allow you to create actions that run at scheduled times. The scheduled actions run without the need of your page to be loaded in your browser. This is useful if you want t…

Building SPA pages with NodeJS

A single page application (SPA) is a web site/app that re-renders its content in response to navigation actions like clicking a link, without reloading the whole page. It consists of main template a…

Node.js Integration in Wappler

One of the most anticipated features is already here! Say hello to Node.js in Wappler! Getting Started To get started we need to create a project and select Node.js as a server technology. Creata …

Using Partials with NodeJS

What are Partials Wappler allows you to create and reuse partials in your NodeJS Projects. Partials are useful when you want to create reusable components and include them in some of your pages. Unl…

Creating a NodeJS project with Docker

With the new Wappler 3.0 support for NodeJS projects it is realy easy to develop and deploy them with Docker. In this guide we will show you how easy is to setup a NodeJS project with Docker in Wapp…