What Is The Best Chat Module

Aug 3, 2010

what is the best Chat Module? Audio/Video? for asp.net?

View 3 Replies


Similar Messages:

How To Devlope Chat Module Like Facebook In .NET

Oct 4, 2010

how can i devlope chat module like Facebook In ASP.NET?

View 19 Replies

Web Forms :: Develop Web Based Chat Application With Private And Group Chat Option

Sep 5, 2012

I 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

View 1 Replies

Architecture :: How To Save A Large Data Of Chat Room In Chat Application

Nov 3, 2010

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 Replies

Data Controls :: Save Chat Messages To Database Using SignalR Chat

May 7, 2015

I 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.

View 1 Replies

How To Add Chat To Web Application

Nov 22, 2010

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 Replies

Developing Chat Application Using Vb.net?

Feb 12, 2010

i 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]....

View 1 Replies

C# - How To Make A Facebook-like Chat

Jan 15, 2011

I always wondered how to make an instance chat using ajax !

View 4 Replies

Web Forms :: Do Chat One To One Such As Facebook?

Nov 22, 2010

I 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

Professional Ajax Chat?

Apr 8, 2010

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?

View 7 Replies

Add A Chat Feature Like Facebook?

Jul 6, 2010

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 Replies

Web Forms :: Add Chat To Website?

Feb 28, 2011

how can add chat to my website

View 3 Replies

How To Add Chat Option To Website

Nov 26, 2012

How to add chat option to asp.net website.How to create chat that shows online users.

View 1 Replies

Web Forms :: Implement Chat Using API

Aug 21, 2012

I need to implement chat with my application Is there any API to implement this in .net.

View 1 Replies

Create Web Chat With Dotnet Framework 3.5

Jan 19, 2010

I 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 Replies

Web Forms :: Create Chat Room In VB

Apr 19, 2010

I 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 Replies

How To Develop And Integrate A Chat Application

Jan 29, 2010

How can I develop a chat application using asp.net or How to integrate any chat api with asp.net application.

View 5 Replies

Need To Supply A Chat-room For Customers?

Jun 2, 2010

Just 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 Replies

Can Implement Mvc Chat Full Duplex

Jan 1, 2011

I 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/

View 1 Replies

Web Forms :: How To Implement A Chat Application In C#

Dec 27, 2010

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 Replies

C# - Open Source Chat Component?

Mar 2, 2010

I'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 Replies

How To Add Typing Notification To Chat Application

Apr 13, 2010

I 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 Replies

AJAX :: Create Facebook Like Chat In .Net

Jun 25, 2010

l'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 Replies

AJAX :: Development Of Facebook Chat?

Feb 22, 2011

Am 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#

View 2 Replies

AJAX :: How To Realize Chat Between Exactly Two Visitors

Aug 25, 2010

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







Copyrights 2005-15 www.BigResource.com, All rights reserved