0

1.what's the relation between controller and action and view?

i guess i mix something of them.

2.if i define a 'userController' .does it control user list view?

should i define a 'usersController' to show user list?

if recommend some sample huge projects of embjs ,that would be better.

1 Answers1

2

There already is such huge demo projects: e.g Discourse, or Travis

If you want a smaller project, have a look @ this example

Mike Aski
  • 9,180
  • 4
  • 46
  • 63