Software Details:
Version: 1.3.2 updated
Upload Date: 10 Feb 16
Distribution Type: Freeware
Downloads: 22
asimov.js is a complete JavaScript development framework, perfect for quickly prototyping and then launching applications into production.
asimov.js will provide basic build tools and a native Web server which developers will use in assembling, testing, or running their applications from their Node.js installation.
Tightly integrated with the Node.js CLI and with support for a development and a production environment, asimov.js will help programmers cut down the time and effort put into creating Node apps and websites.
What is new in this release:
- Use correct exit code (0) when receiving {"terminate":true} payload.
What is new in version 1.3.1:
- Use correct exit code (0) when receiving {"terminate":true} payload.
What is new in version 1.2.0:
- Update asimov-core and asimov-test to v0.3.0.
What is new in version 0.20.2:
- asimov.config('state') reflects the current lifecycle state of your app, returning the values starting, running or stopping.
What is new in version 0.18.0:
- A complete refactor that breaks most existing API's, at least temporarily
- asimov.js has been stripped down to it's core, and it's previous functionality, generating and serving pages, will be added back with the plugins asimov-pages and asimov-server
- Install with new module namespace: npm install -g asimov
- The CLI executes command files in your project and node_modules folder
What is new in version 0.17.6:
- Fixed critical issue with lazy installation not applying the right environment groups.
Requirements:
- Node.js 0.10 or higher
Comments not found