Using NodeJS to create an offline desktop application

Does the integration of node.js make it possible, or closer to being possible, to create a standalone desktop application - ie an application which uses SQLite for example and doesn’t need a web server (local or remote)? Or if a server would still be required, could one be created with a node.js module (ie transparently, without the user having to install a server with W/MAMP etc.)?

Community Page
Last updated: