ScoutCamp
/skoutkamp/ Web apps done right.
"You want to write a website, but don't want any hassle.
You want it to be cool, with ajax, server-side scripts, unicode and all.
You don't want ugly php polluting your html files.
Look no further. We have what you need. For free."
| DOWNLOAD | SOURCES |
Scout ( '#id-of-element' ).on ( 'click', function (params) {
params.action = 'add message';
params.data = { ready: true, data: Scout('#data').textContent };
params.resp = function ( resp ) {
if (resp.err) console.log ( 'The server refused.' );
};
});
$ npm install camp
Start with the
readme.
Read the
reference.
Don't forget the manual.