Jump to content
7 minutes ago, EbayPolice said:

Hello i am looking to create a bidding website (ebay kinda like) and i do not expect more than 50 visitors at once. Is it possible to use raspberry pi 3 cluster to host the website?

Yes, but you might as well just buy webhosting from a company like nfo servers for 2.50 a month.

My native language is C++

Link to comment
https://linustechtips.com/topic/572308-raspberry-pi-3/#findComment-7500155
Share on other sites

Link to post
Share on other sites

Sure, all of the LAMP stack runs on a rPi

The thing about Raspberry Pis and most other ARM SBCs is that you have to use either SD cards or something connected through USB 2.0 for storage, which I don't know how much sense that makes for a serious website, where you're going to want to have some redundancy.

Link to comment
https://linustechtips.com/topic/572308-raspberry-pi-3/#findComment-7500156
Share on other sites

Link to post
Share on other sites

The Raspberry Pi 3 is faster than the fastest (primarily Sun SPARC-based) machines that eBay was using when they started out life in the mid 1990s.  SD storage, of course, blows away the hard drives of the era. 

 

There's no reason, your programming skills notwithstanding, why that you couldn't do it. 

Link to comment
https://linustechtips.com/topic/572308-raspberry-pi-3/#findComment-7501142
Share on other sites

Link to post
Share on other sites

This is a really bad idea for a beginner project. Try to think of something that doesn't involve monetary transactions. There are so many ways you could get yourself in hot water dealing with bidding and handling peoples money. If you think that running a bidding website on a raspberry pie is a remotely good idea... well its not. Look at what other people have done, follow some tutorials if you want to learn web programming. But hold off on things that involve taking peoples money/credit card #'s (things you get sued over) until you know a little more about the field.

Link to comment
https://linustechtips.com/topic/572308-raspberry-pi-3/#findComment-7506181
Share on other sites

Link to post
Share on other sites

Well I don't know how well the usb2 will handle all the databases but the networking and cpu should handle the traffic and LAMP. I don't think Ubuntu has a server version for the Pi but you could run the gui version and just add in apache, MySQL, php, etc

                     .
                   _/ V\
                  / /  /
                <<    |
                ,/    ]
              ,/      ]
            ,/        |
           /    \  \ /
          /      | | |
    ______|   __/_/| |
   /_______\______}\__}  

Spoiler

[I5-12600k | 32gb DDR5 6000 | RTX5070 | 2x1tb M.2]

 

[Ryzen 5 1600 | 16gb DDR4 3200 | GTX1030 | 4x 8tb HDD] 

 

Link to comment
https://linustechtips.com/topic/572308-raspberry-pi-3/#findComment-7523002
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×