-
Notifications
You must be signed in to change notification settings - Fork 9
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