Sometimes creates an application with friends will be a little hard, so I create this modular extension for making express.js user's code turn into a module.
then the sub-app could install or uninstall easier by creating a sub-app folder and writing into the install_app.js
.
Note: We didn't use install_apps.js
for now. [date=2022-10-29]
Model-Route-View, it's an entirely new software engineering model.
Note: The document is not available right now.
It's an essential function for sub-modules itself, but this also has outsider caller support, making multiple application can combine together.
const { Controller } = require("exprango");
function Register( account, password ){
}
Controller.public("register", Register);
function Login( account, password ){
}
Controller.private("login", Login);
Same as a normal Router, but add a root manager for accessing other modules.
some of them is on the History.md.
--- Prepairing ---
- Support three-party socket modules
- Router Render
- with default configrations