UNPKG
mvc
Version:
latest (1.0.0)
1.0.0
1.0.0-0
0.0.4
0.0.3
0.0.2
0.0.1
mvc wrapper for express like Zend framework on php
github.com/morozovsk/mvc
morozovsk/mvc
mvc
/
samples
/
sample-without-modules
/
app
/
models
/
message.js
5 lines
•
102 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
=
function
(
) {
this
.
getInfo
=
function
(
) {
return
'text of message'
} }