|
|
|
|
|
by nomailing
3532 days ago
|
|
For me it is not just about being comfortable in writing the same language for aerver and client. It has also a technical aspect to it: I can directly run my application code, which is a single page application in js, also on the server. I have complex datamodels in my js application. It would be very much work if I need to use some of these datamodel functions on the server if I wouldn't use js there. |
|