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
Similar Messages:
Aug 21, 2012
I need to implement chat with my application Is there any API to implement this in .net.
View 1 Replies
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
Feb 15, 2011
I want to implement web based chat as google , yahoo , msn , facebook implemented , can any one give idea about which path i have to start i have three ways to do the task which one i should go for is the confusion
1 . Web to Web using Asp.net Database driven approach (AJAX , jquery enabled)
2. Web Services (Database or XML driven)
3. WCF
View 6 Replies
Jan 1, 2014
How to chat privately using signalR ...
View 1 Replies
Oct 6, 2013
How to implement chat system in our websites, like facebook, gmail. etc ...?
View 1 Replies
Mar 20, 2013
I have written below the requirement of my client
"We should also have an option under the contacts tab, for a chat option .The idea behind it is that if a user is looking to communicate with a staff person they should be able to open a chat session and start a typing their questions and/or concerns. While building the chat option, the chats should be logged for certain period of time and there should be an option of retrieving particular chat sessions as needed."
What is the best way to implement this ? I prefer jquery plugin for implementing the above task () ? I am using asp.net 2.0.Is there any need to update to 3.5 to achieve the above task ?
View 1 Replies
Apr 4, 2014
I am searching for a live chat solution for my website (created in ASP.net) to provide online support to our customer.
View 3 Replies
Feb 18, 2010
i'm looking to implement a live helpdesk (chat) feature to an ASP website, something similar to LivePerson.
Would anyone be able to direct me towards firstly the required achitecture to help me understand what will be required to even develop such a feture and if at all possible some example code/solutions, if any exist ??
View 2 Replies
Jun 21, 2010
I have to implement the Live chat - support type in my asp.net web application
I m working framework 3.5
How can i do this.
View 1 Replies
Feb 3, 2011
I want to implement full text search in C# using linq.
View 1 Replies
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
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
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
Jul 2, 2010
I've the following doubt. I've a page "MyPage" and i've declared few dictionary objects in the page classMy doubt isIf i declare the dictionary as a private non-static object i'm not able to use it across the functions in that page class (the object is getting nulled)able to across the object across the functions. But will that object be same across all the users who have opened the page right now (guessing that each user will have an instance of the page in turn has an instance for the page class and static variables of a class are invariable across all the instances of the class
View 4 Replies
Jul 11, 2010
I am having a simple WCF service hosted in my website. I am using a console client to send and receive messages from the service. It works fine when I run the WCF web host in my local computer, but fails badly with the SecurityNegotiation exception "The caller was not authenticated by the service". It works fine if I use basicHttpBinding, but fails for wsDualHttpBinding which is required for duplex communication.All the source code for both (console) client & (web) server can be downloaded at:http://www.supernovaservices.com/downloads/WfcEventService.zipI have searched a lot and could not get a proper answer
View 2 Replies
May 7, 2015
I use the code, to display the file that I saved in the database.the question is: why the file can not be performed with a full screen.
protected void View(object sender, EventArgs e)
{
int peraturan_id = int.Parse((sender as LinkButton).CommandArgument);
Session["peraturan_id"] = peraturan_id;
ClientScript.RegisterStartupScript(this.GetType(), "open", "window.open('file_view.aspx','_blank' );", true);
}
[Code] ....
View 1 Replies
Dec 15, 2010
I've got an external site that's built in SharePoint 2007. the user of the site need to have an option to view the full site when accessed from a mobile device. I am thinking of just creating a button control to do this. The question is, what would be the best solution to do this?
View 1 Replies
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
Aug 3, 2010
what is the best Chat Module? Audio/Video? for asp.net?
View 3 Replies
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
Jan 15, 2011
I always wondered how to make an instance chat using ajax !
View 4 Replies
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
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
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