What languages are used for a discussion board/chatroom?
First, I'd like to thank Kevin, Bryan and the other Wibitting staff for all the hard work they've put into making all of the helpful tutorials. I recently got a programming internship and certainly would not have gotten to work on something this meaningful, if it weren't for Wibit.net, I really appreciate it!
My question is in the subject line: What languages are used for a discussion board/chatroom? Also, would adding say, video chat, take an additional language(s)? Thanks in advance!
If anyone is interested in helping me out with this startup, we're currently looking for programmers to make this vision a reality. You can let me know in the comments and I'll contact you :)
Forum Rules/Features
Welcome to the WiBit.net forums! Check out our terms and features:
Hot Topic(s)
Annoy your friends
Is this something you think someone else would enjoy? Is it not for you, but do you know someone who is down with this type of content? Well share away:
Tweet
The Blog
Don't Let XML Make You a Cheater
This blog is a reminder that cheating in software development can get you into big trouble. Sometimes developers get really really lazy, OR are pressured to write something using overly simplified data structures. Almost every time this happens you are bitten in the butt! Sometimes the problems show up immediately and other times it may take months or years (especially in integrated systems).
- 1 of 78
- ››









Well The discussion boards (forums) can be written in any Server side web language. I personnaly use PHP/MySQL when I write them from scratch. However there are a LOT of good pre-made forum softwares out there and most people prefer to use those. I can't really give recomendations on pre-made forums because I make mine from scratch using PHP/MySQL. When you wright your forum don't panic. Break it apart into smaller sections, A forum at its essence is a guest book that Tim The Tool Man Taylor got a hold of. Design it on paper first and make sure you use OOP (trust me, I had to completly re-wright the first one I made because I decided to make changes and had not used OOP)
As far as a chat room goes You could technicly use PHP by forcing it to refresh every N amount of seconds. That tends to be slow and laggy though so I do not recomend it. You really should use a language that allows threading and runs well on the web. Java is pretty good at that from what I have heard. Don't make the site itself with Java but make the chat room using it.
All of that is assuming you are using a Linux/Uniux server. If you are using a microsoft server C#/Asp.net will take care of all your problems ..... must be nice to be rich
Edit: Wow I did not relise this topic was so old. Sorry.