|
|
|
|
|
by genwin
5063 days ago
|
|
I think you're right about PHP for most web apps. A type of web app for which Go shines is ones that have data already prepared when the user arrives. Database retrieval and update can be handled by processes that aren't dependent on the user. This can make the app super fast; e.g. langalot.com. |
|