Creating a forum, doubt between which languages to use

Asked

Viewed 60 times

0

I am creating a discussion forum from scratch, but I already have a good part of the web skeleton like: creating a topic, responding and viewing topic. My doubt is between using php (I don’t know anything yet) or jquery plus API, and the database to be used will be mongodb. What you with more experience advise?

1 answer

1


Good evening Mayla, as you already seem to have chosen to use the Mongodb I think it would be interesting to leave for the use of 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 is easier to maintain and evolve, integrates well with bootstrap, as I am not a full-hand designer this is an important differential for me;
  • Runs on any platform: Windows, Linux or iOS;

I hope I’ve helped.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.