0.0.2 • Published 10 years ago

aserver v0.0.2

Weekly downloads
9
License
-
Repository
github
Last release
10 years ago

This is a application container (http server) based on express.

The idea is developers should not directly manipulate the server in the server.js. Just like tomcat or other enterprise application server, you will modify static files(html/css/js etc.) and dynamic parts (services) and never need to worry about the container.

below will start the server:

require('aserver')(8000);

'html' and 'service' will be created and contain static file and controllers respectively

0.0.2

10 years ago

0.0.1

10 years ago