Is it good to have two koa programs on the same server, one for interface and one for server rendering?

is it necessary for RT: to do this?

if you don"t think this is necessary, how can koa-router standardize the interface path and html path?

Mar.05,2021

Yes, it's fine. The duties are separated, and the interface only cares about the interface. Whether it's server rendering or not, the interface should always be requested


, so there's nothing wrong with it. The architecture is also based on requirements.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b34cbf-2b6bd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b34cbf-2b6bd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?