Architecture of a single-page JavaScript web application?

后端 未结 14 1499
迷失自我
迷失自我 2020-12-07 06:36

How should a complex single-page JS web application be structured on the client-side? Specifically I\'m curious about how to cleanly structure the application in terms of it

14条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-07 07:33

    Alternative: take a look to ItsNat

    Think in JavaScript but code the same in Java in server with the same DOM APIs, in server is way easier to manage your application without custom client/bridges because UI and data are together.

提交回复
热议问题