'*' How to Develop a Platform like Amazon or Ebay?

allurre

Junior Member
Joined
Nov 17, 2011
Messages
114
Reaction score
51
Hey guys,

Would love to learn what the skillset is required to develop a site like Amazon/Ebay.

I'm interested in perhaps outsourcing one soon to develop a similar site, but just for a subniche.

What would be the best set up for it? What kind of people/knowledge is required?

Thank you in advance.
 
You can start here:
Code:
http://themeforest.net/category/ecommerce
Code:
http://scriptmafia.eu/
 
eBay was coded in C++ early on, assuming it was legit I found it on TPB. Good idea if you ask me, security wise.
 
eBay was coded in C++ early on, assuming it was legit I found it on TPB. Good idea if you ask me, security wise.

Yes, since C++ is famous for its security against buffer overflows, heap corruptions, stack corruptions, format string exploitations etc. etc. etc. :D
 
Lol how would someone program a website in C++? Maybe the http server was programmed in C or CPP.

Any ways, you need to learn PHP and SQL to do something like that. You need to become pro at PHP and you can create anything you want.

Foxy
 
Maybe you should try java it is much widely accepted for big enterprise projects
 
Lol how would someone program a website in C++? Maybe the http server was programmed in C or CPP.
See Wikipedia:

The Common Gateway Interface (CGI) is a standard (see RFC 3875: CGI Version 1.1) method for web server software to delegate the generation of web content to executable files. Such files are known as CGI scripts or simply CGI's; they are usually written in a scripting language.
 
Lol how would someone program a website in C++? Maybe the http server was programmed in C or CPP.

Any ways, you need to learn PHP and SQL to do something like that. You need to become pro at PHP and you can create anything you want.

Foxy

Ebay is not simply a website, it's a platform. The backend can be in any language. The frontend(html,php and all) is mainly for presenting data and UI.

The backend does all the heavy lifting, stores all info, process bids etc. then forwards the result to the "html bits".
 
Hey guys,

Would love to learn what the skillset is required to develop a site like Amazon/Ebay.

I'm interested in perhaps outsourcing one soon to develop a similar site, but just for a subniche.

What would be the best set up for it? What kind of people/knowledge is required?

Thank you in advance.



How to Develop a Platform like Amazon or Ebay?

Easy.

Don't.
 
Ebay is not simply a website, it's a platform. The backend can be in any language. The frontend(html,php and all) is mainly for presenting data and UI.

The backend does all the heavy lifting, stores all info, process bids etc. then forwards the result to the "html bits".

I learned today that you can in fact use C++ to program a website :) To the OP: I highly doubt people would leave eBay or Amazon for a smaller, less established site..
 
Hey guys,

Would love to learn what the skillset is required to develop a site like Amazon/Ebay.

I'm interested in perhaps outsourcing one soon to develop a similar site, but just for a subniche.

What would be the best set up for it? What kind of people/knowledge is required?

Thank you in advance.
go to amazon become affiliate there will be a option to make a same site as amazon
after you get some authority start selling direct
 
For this you need following knowledge/skills/tools:

1) PHP/ASPdotNET/django
2) In depth knowledge of Enterprise Design patterns
3) In depth knowledge of Databases
4) In depth knowledge of Load Balancing and server farms.
5) In depth knowledge of project management with thousands of people.

hope this helps
 
Back
Top