views:

45

answers:

1

what is the basic steps to build social network without using the websites that provide a free social network? Is it need a separate server? ok I can't buy the server ! How do I can start without spend any money?

A: 

You should start with a dedicated server(if you can get a static IP from your internet provider you can host it yourself from your computer, or try some free servers, but they won't be dedicated), a database(if you are going for free MYSQL or SQL Express), some form of GUI that connects to the database showing data (asp.net with visual studios express is what I would prefer). And then just like that you have a networking site...

Spooks