d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > What Would This Type Of Site Need?
Add Reply New Topic New Poll
Member
Posts: 26,799
Joined: Nov 25 2007
Gold: Locked
Trader: Scammer
Nov 16 2016 02:27pm
I am going to have s project site designed but was wanting to know what kind of languages it would use so I can better find who to hire.

It's going to be a site for friends to add people we have grudges against in video games. It will have a landing page where you can choose which game (or all) and see who we've added for each game. You can then see basic information for each added user or click for more info. You can click "avenged" which will add 1 to the avenge column. Once that hits a specific number (set per added user), it will remove them from the list automatically.

viewing users should be able to click an add button and add a user themselves. I guess I'll need some sort of login security for only certain users to be able to add.

I would like the site to not have to page as you move through the site.

What language(s) are needed and what will be needed for the storage that will allow user input? I'll be using a vps to host this.
Member
Posts: 2,723
Joined: Feb 8 2010
Gold: 1.90
Nov 16 2016 05:52pm
Quote (Holynorth @ Nov 16 2016 09:27pm)
I am going to have s project site designed but was wanting to know what kind of languages it would use so I can better find who to hire.

It's going to be a site for friends to add people we have grudges against in video games. It will have a landing page where you can choose which game (or all) and see who we've added for each game. You can then see basic information for each added user or click for more info. You can click "avenged" which will add 1 to the avenge column. Once that hits a specific number (set per added user), it will remove them from the list automatically.

viewing users should be able to click an add button and add a user themselves. I guess I'll need some sort of login security for only certain users to be able to add.

I would like the site to not have to page as you move through the site.

What language(s) are needed and what will be needed for the storage that will allow user input? I'll be using a vps to host this.


i think you should read about javascript and php and a vps should be fine.

Member
Posts: 1,039
Joined: Jul 8 2008
Gold: 1,939.50
Nov 16 2016 06:30pm
Quote (centralA @ Nov 16 2016 07:52pm)
i think you should read about javascript and php and a vps should be fine.


Agreed. That is probably the most light weight way to handle this. html/js to handle the front end and php/mysql back end.

You could also use a full stack js server using node. A MEAN stack if you want to go that route. That will still run on a light weight vps.
Member
Posts: 3,386
Joined: May 4 2013
Gold: 1,780.00
Nov 17 2016 06:08pm
python + flask and postgres as database

2016, who the hell recommends php and mysql. Are you high? We are not living in caves anymore. Use proper tools.

This post was edited by nuvo on Nov 17 2016 06:08pm
Member
Posts: 3,939
Joined: Feb 1 2013
Gold: 2,749.09
Warn: 20%
Nov 18 2016 01:11am
+1 on python for a backend. a developer who prefers python over php will generally be smarter and more productive
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll