Mobile app version of vmapp.org
Login or Join
Hamaas447

: What to use to make voice chat (and some more) on a web? I am trying to make available on my website a voice chat for a small group of people that allows some other means to interact such

@Hamaas447

Posted in: #Chat #LookingForAScript

I am trying to make available on my website a voice chat for a small group of people that allows some other means to interact such as text messaging, photo sharing, file sharing, simple drawing and silly games. In other words, something similar to older MSN Messenger, but on the web. Any ideas on what to use?

To clarify, I am looking for suggestions on languages and libraries to use. I want to be able to fully customize it as much as possible because I might want to add other (somewhat interesting) functions later. Low-level programming is fine if required, but platform dependency isn't that much preferred.

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Hamaas447

3 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

Your question is very broad since there are a lot of moving parts that go into building a good messaging stack:


message storage for when users are offline
long polling or websocket management for getting messages "pushed"
media handling so that users can share files
permissions and moderation to kick out abusive chatters
security


(source: I helped design the Buddycloud open messaging stack)

Unless your are using an existing stack, this is a large scope. Games and drawing via IM are almost a completely new application that just share the same communication channel.

If you could be more specific about your requriements that would help drill into specific parts of the messaging stack that you are trying to solve.

10% popularity Vote Up Vote Down


 

@Annie201

You could use some flash based media server clients.
Have a look at red5. it even has webcam support.

10% popularity Vote Up Vote Down


 

@Tiffany637

I know it is possible to have Google Talk embedded in a personal/professional website, which is the closest thing to what you're describing without having to reinvent the wheel.

Check it out here.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme