Wappler documentation
NodeJS — Original guides
Illustrated nodejs guides, with the original steps and examples preserved.
Choose a guide. Version notes identify original instructions that use an earlier interface or framework.
Guides (15)
Applying Security to your NodeJS pagesYou 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 simBuilding a Real Time Chat ApplicationIntro 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 comBuilding SPA pages with NodeJSA 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 andCreating a NodeJS project with DockerWith 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 WappleCreating Custom Error Pages in NodeJSYou can easily create custom 404 (Not Found) and 500 (Internal Server Error) error pages for your NodeJS application and style them as you need.Creating template based pages and layout in Wappler with NodeJSWhen 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 requDate and Time Settings for NodeJSIn this tutorial we will explain the different date and time settings available for NodeJS and how to handle time zone options.Node.js Integration in WapplerOne 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 a neNodeJS FTP deploy on shared hosting with Plesk and cPanelNodeJS 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 in Realtime Data Update with NodeJS and WebSocketsIntro 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 a tScheduling Actions with NodeJSThe 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 to run daSever Side Rendering with NodeJSIn 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 Server Using Partials with NodeJSWhat 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. UnlikUsing Server Connect Data for Server Side Rendering in NodeJSYou 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 descrWebSockets - Realtime MessagingIntro 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 Basics