|
|
|
|
|
by jfletch1925
5361 days ago
|
|
Actually, I have already done something very similar to that and I did it on the job. At one gig, we used Ext JS to create a front-end web app. This web app would make calls back to server methods written in C#. All the data was passed between the frontend and the server in JSON. It is much more modular and makes the frontend more portable as you say, but I was really more interested in getting away from doing the server side programming in the Microsoft stack. Something completely different. |
|