What Is The Best Chat Module
Aug 3, 2010what is the best Chat Module? Audio/Video? for asp.net?
View 3 Replieswhat is the best Chat Module? Audio/Video? for asp.net?
View 3 Replieshow can i devlope chat module like Facebook In ASP.NET?
View 19 RepliesI want to develope web based chat application for an organization
My requirements are,
1. Group chat
2. Private chat
3. All chat information will save in sql server
4. if user minimize the browser,it will blink like gtalk and face book
I'm developing chat application on asp.net mvc, in my app, user can create room and invite other join to chat, but don't need to save chat room information.So, I designed to save all chat message ,room information and user info in Session and clear it when owner close the room.I'm worry about stressing server when I save alot of data (include room info, user info, and message) in Session if there are up to 5000 rooms created and alot of messages transfered in that room.Is my solution good enough ? is it ok to save in Session ?
View 3 RepliesI had create an application to allow user to register new project.Manager will chat with user base on the project ID(chat room id = Project ID) and store this conversation to database.
Example: User A register project A, other user cannot join the chat room A.
I want to add chat to my web application. some readily available modules or add ons? The chat function will be one to one such as Facebook.
View 3 Repliesi am developing chat application using vb.net and asp.net where i am having a div tag inside which i am displaying the messages posted by the online users what my problem is when the messages are more and exceeds the height of the div tag then i am not comfortable to view the previous messages because i have set the scroll bar position to always to be pointed to bottom.
[code]....
I always wondered how to make an instance chat using ajax !
View 4 RepliesI want to add chat to my web application. How to readily available modules or add ons? The chat function will be one to one such as Facebook.
View 3 Replies how it works to be on the chat site Facebook.When I watched this chat via Firebug, so there they have made with retrieving messages over and over again in the loop.
I used setInterval ("function", time);They're just loading the chat for a change.So how does such a professional ajax chat?
I am a c# developer and am working on a web site that contains user accounts. I am trying to add a chat feature like facebook. Only direct chat is to be available like IM, a logged in user in the website should be able to chat with only logged in users. And the user can chat with only one other user at a time. If he wants to chat with another user, he must open a new chat window for him seperately. Which is exactly like facebook's chatting system. Any guides how to go about this. I am a newbie in web applications. Also, preferred language to go about his is asp.net.
View 6 Replieshow can add chat to my website
View 3 RepliesHow to add chat option to asp.net website.How to create chat that shows online users.
View 1 RepliesI need to implement chat with my application Is there any API to implement this in .net.
View 1 RepliesI need to create chat application in asp.net.But I don't need to store chat messages in database. Only I retrieve user list from database. I have to create group chat also. I have to show list users but online user's image in green color offline user image in red color for differentiating people.
View 7 RepliesI have done some research on creating a chat room for my website. i found one on the following site: [URL] But it is in C#, i tried converting it to VB version but it gives me different errors. I dont know much about it.
View 9 RepliesHow can I develop a chat application using asp.net or How to integrate any chat api with asp.net application.
View 5 RepliesJust looking for recommendations, we have a need to supply a chat-room for our customers. It will be small-mid scale usage, has anyone purchased any products recently that they recommend? Open to bundled, open-source, or SaaS implementations.
View 2 RepliesI want to create a Facebook/Gmail like chat me for my social network.I'm looking for the best technique to achieve it.
I found several libraries, but I do not know what the most appropriate
http://pokein.com/
http://www.ape-project.org/ajax-push.html
http://code.google.com/p/jwebsocket/
http://www.igniterealtime.org/projects/openfire/
http://socket.io/
I need to implement a chat application in my asp.net C# used Web Application. I am looking a 1 to 1 chat . Here i am users and i need to chat those users with other ones.
View 2 RepliesI'm looking for an open source Chat Component for anAsp.net Application.It is better to use Open ID or Asp.net Member ship and AlsoSupports UTF-8 and RTL
View 1 RepliesI am creating a chatting application, where I want to show typing notifications in private chat.i.e If two users are chatting, when the user is typing message I want to show in chat window of other user that "userName is typing" in the status bar
View 3 Repliesl'd like to create facebook like chat application in asp.net. This is real situation and I cant implement any workaround....since there would be large no. of users using the application.I need to implement 1-1 chat functionality where user can chat with multiple users by opening multiple chat windows much similar to facebook.
View 1 RepliesAm developing an application that looks more of facebook but at a point i got stuck on the area of the chat
how to develop similar chat in dat of facebook. Am usiing asp.net 3.5 with c#
I want to realize the following with AJAX and .NET, but I don't know the best way to do it.Person A comes to the website, clicks a button 'I want to chat'. Then Person B comes and he should see a list where he can choose 'chat with A'.I have two questions:- What is the best way to address B's message to A? After B has sent his message to the server, how does the message get to A?- Is it possible to invoke a "update-chat" function for A when a message for him arrives? (Of course, A's browser could ask the server 'do you have a message for me?' every second, but this seems not a good solution.
View 5 Replies