This chapter shows the most important modules, with which elementary tasks in a Web application can be settled. Thereby it concerns the actual Node library.
Global Modules
Gobal modules are always present and do not have to be agreed upon.
Timer
Interval timers abstract to a large extent the possibilities offered according to standard by JavaScript. Absolutely use the Node variant, in order to get no problems later with other parallel running modules.
setTimeout
This instruction agrees upon the call of the callback function after a certain period in milliseconds. Optionally, ...