vote up 1 vote down star
1

Before everyone groans and says: "What another one?" This is (initially at least) a private one with about 100 users very bespoked to our needs. Are there any existing application frameworks that can be used and easily reshaped into our requirements or if not, what's the best choice of tech for each tier?

flag

3  
I think there are enough social network development questions that have already been asked which should be able to point you in whatever direction you need to go in. – TheTXI Jun 2 at 14:49
2  
(groan) What, another one? ;) – gnovice Jun 2 at 14:54
1  
Ah crap I hadn't realised just how many there are - just looking at them all now in the side bar. Sorry. – MaSuGaNa Jun 2 at 15:06
1  
Thanks for all the answers. Have accepted the .Net option but all were helpful so have voted all up. – MaSuGaNa Jun 2 at 15:52

7 Answers

vote up 3 vote down check

From your other posts, I assume you're a ASP.NET programmer. If you want a fully customizable platform built on top of ASP.NET, I'd look at Community Server. If you're looking for a Open Source platform built for ASP.NET, DotNetNuke is a great option.

link|flag
1  
You assume correctly old chap. :) Thanks I'll take a good look at that! – MaSuGaNa Jun 2 at 15:51
3  
Two years ago I've been running a site based on Community Server. I can compare the experience to dancing "I'm singing in the rain" with bare feet on broken glass. That was CS 2007 though, maybe they improved since then. – macbirdie Jun 2 at 16:22
2  
They haven't improved it. We implemented, upgraded, and still are picking the splinters out of our feet. With the amount of time we have spent maintaining code that isn't even ours, we could have written a solution from the ground up. – joseph.ferris Jun 25 at 17:44
vote up 1 vote down

You can also use Communifire, a scalable, flexible social networking platform built on ASP.NET/C#.

link|flag
vote up 0 vote down

php/mysql rocks and most things and if your looking for a true social networking app then look at the facebook api which you can modify to suit your needs by the sounds of it.

also php framworks can allow for quick building of apps like cakephp

hope this helps

link|flag
vote up 3 vote down

Instead of writing your own from scratch or hosting the code yourself, you could use something like Ning, see http://www.ning.com, or http://en.wikipedia.org/wiki/Ning

link|flag
vote up 2 vote down

i would suggest drupal. it runs on php/mysql and would allow you to set up a lot of things out of the box by installing various modules. depending on how comfortable you are coding php you could then extend it to do whatever you want.

link|flag
vote up 2 vote down

There is a Opensource Social engine called elgg on http://elgg.org/.

My friend installed it once, seems to work fine. But I don't know how good it is build for customizing to your needs.

link|flag
vote up 3 vote down

It depends on your web framework. If you are using Django, then go with Pinax. If you are using Rails, you can find answers here

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.