|
|
|
|
|
by mindcrime
2084 days ago
|
|
Python + Flask[1] maybe? Or, as far as that goes, for something as simple as what you're talking about, I don't see any particular reason not to just use PHP if you already know it. If I were building this for myself, my first instinct would be to use Groovy + Grails, but if memory was a limiting factor, given that JVM apps can be a bit memory intensive, I'd probably go with either Python or PHP. [1]: https://flask.palletsprojects.com/en/1.1.x/ |
|