Creation of a forum, doubts between which languages to use [closed]

0

I am creating a discussion forum from scratch, but I already have a good part of the skeleton web like: creation of a topic, respond and view topic. My doubt is between using php (not manjar yet) or jquery plus API, and the database being used will be mongodb. What do you most experience advise?

    
asked by anonymous 01.07.2016 / 01:07

1 answer

1

Good night Mayla, as you already seem to have chosen to use MongoDB I think it would be interesting to start using Express, NodeJS and AngularJS. A Fullstack JavaScript framework. Among the advantages:

  • You only work with javascript;
  • Has extensive documentation and components on the internet;
  • jQuery is a great library, but I loved working with AngularJS, the code gets smaller and easier to maintain and evolve, integrates well with bootstrap, as I'm not a full-fledged designer, that's a major differential for me ;
  • Wheel on any platform: Windows, Linux or iOS;

I hope I have helped.

    
01.07.2016 / 03:40