Skip to content

ForceMVC: Serverside routing

jorishermans edited this page Nov 23, 2014 · 2 revisions

Under the hood you can use serverside routing of ForceMVC.

forceServer.server.use('/', (req, model) {
           return 'index';
    }, method: 'GET');

You can find more info about this at github project page of ForceMVC

Clone this wiki locally