0

I want to work with Javascript MVC framework to implementing GUI's. what is the folder structure and how do I create that folder structure. what are the steps I have to follow? which server will support to work with Javascript MVC framework.

Cœur
  • 37,241
  • 25
  • 195
  • 267
  • What do you mean by "folder structure"? The one of the backend is framework-dependent, and the one in the URL is called *routing*. – Bergi Jul 08 '13 at 14:56

1 Answers1

1

You should've checked your resources at your disposal. http://javascriptmvc.com/docs.html#!organizing seems to have the answers you need.

Found another example files structure:


(source: bitovi.com)

As far as server will support javascript mvc framework. Apache and IIS will both support it. So will weblogic and websphere. They will require extensions I'm sure, but some natively support it.

Community
  • 1
  • 1
apollosoftware.org
  • 12,161
  • 4
  • 48
  • 69
  • Thanks amit... I am i need to follow anything to create this folder structure. If it is there Please let me know the process. If you have a time explian me step by step. – user2561159 Jul 10 '13 at 10:28