|
|
|
|
|
by bane
4110 days ago
|
|
Your server should just be providing data that's displayed by the JS App. The JS app can handle a bunch of requests, but each request should provide something useful and be accessible from curl. bonus, it makes it easier to write your app in other languages or for other platforms since the web server really is a server and the front-end is just a client. |
|