JavaScript for Web and Local Applications
JavaScript is now also a server language and allows you to run applications running on the Internet or locally according to web standards.

PWA - Progressive Web Application
In particular, thanks to Service Worker, which makes JavaScript work locally, offline mode and modern APIs like IndexedDB, the web application becomes almost native without installation.

IndexedDB Demos
Using a standard client database, demonstrating all functions.

Node.js, JavaScript at the command prompt
How to use JavaScript on the command line and have a local function library with libuv.

Electron: IPC vs. WebSocket
Should I use IPC or WebSocket to communicate with the application interface?
Electron: Query dialog box
A model substitution dialog box created entirely using Electron features. (For ipcMain).
HTML Dialog and Model Window for Electron
Use a simple HTML tag to replace a Quick () or other dialog box. (For ipcRenderer).
Compatibility tests of new features
Starting with ECMAScript 1.6 and even Harmony, JavaScript has new features. But which browsers support them? This test page allows you to test it directly.
- JavaScript. Introduction to language, documents and tools .
- HTML frameworks 5. List of JavaScript frameworks using Canvas.
- jQuery and plugins for creating professional web applications. Choosing plugins and widgets to implement the application faster.