The Progressive Server-side JavaScript Framework
You know HTML & CSS?
But not JavaScript?
Quickly create multilingual websites effortlessly with simple routes, views or variations.
JavaScript client-side Expert?
Ready to embrace Node.js?
Gradually improve your base as you need by using controllers, models or modules.
Already your Front-end habits?
You use Data Binding?
From Vanilla to jQuery and going through Vue, Angular or React: use your favorite tools!
If NodeAtlas can not find the "webconfig.json" or --webconfig you have specify, it will run in either "Simple Web Server" or "Public" mode.
This mode is useful for testing very quickly that NodeAtlas is installed properly or to create small HTML examples that need to run a web server (AJAX returns, embedded iframe, etc.).
To understand what this means: if there is any file in the directory where NodeAtlas was launched, it will be returned by HTTP request so have the demands via its path.
For example, by launching NodeAtlas in the site-hello-world folder
site-hello-world/
├─ views/
│ └─ index.htm
└─ webconfig.jsonby running the command
$ node-atlasor even the command
$ node-atlas --webconfig webconfig.not-exist.jsonthe server will run in "Simple Web Server" mode and file "http://localhost/webconfig.json" or "http://localhost/views/webconfig.htm" will be available as the browser could refer as a simple web server.
Note : the command --generate not work in this mode.