Any web developers here? Do you prefer traditonal ...
# random
d
Any web developers here? Do you prefer traditonal web model (using render engine and render the html source in the backend, then return it to browser) or headless web model (Just return to browser a static html/javasript source for every page, then the javascript will use ajax to request, retrieve necessary data and render the page at browser)