Quiz game app

Hey guys,

I’ll be developing quiz-like game application in Ionic, and I have a few questions.

The application should have log-in capabilities, with friend list and of course database of questions.
Which services should I use? I have found this topic Backend for Quiz-App where the answer is to maybe use some PHP frameworks, but to be honest im not to keen with PHP.
What are my other options? Thank you in advance.

Kind Regards,
Filip

That all depends on your use case. In general a quiz app is not super complex, so any web framework in any language will work. The Ionic app only communicates it with an API, and it is possible to build and API with any web framework out there.

Thank you for the reply, this topic can be closed.