model view controller - Is it recommended to use Node.js for an online room booking web application? -


i have build web application booking hostel rooms online. hostel has 78 independent clusters consisting of 11 rooms. has total 858 rooms.

a user can take room individual or in group of 2-11 persons. there 3 entities in system: user, room , group. have sign-up on system , can join group or can take room.

registrations starts week prior actual allotment day i.e. user can register can't book room. on actual allotment day, admin of group book rooms group members on first come first serve basis. allotment process hardly takes 30 mins. there 80-90 users simultaneously online on website book rooms. last year hosted app on shared web hosting on start of allotment process, site down. nobody able log-in , book rooms. existing app developed in php.

so whole story. want re-write whole app using mvc architecture. thinking use node.js. technology stack best suitable application? can point me in right direction choosing architecture app?

if want use mvc nodejs, give sails.js try. i've heard nice things lately. mvc framework, supporting many databases. i've used in small project , quite happy it.

however, consider popular meteor framework, though not real mvc framework.

an alternative nodejs ror (if you're ruby) or django (python), name few of mainstream ones.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -