AJAX :: Development Of Facebook Chat?
Feb 22, 2011Am 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#
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#
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 RepliesI 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 RepliesI 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 i devlope chat module like Facebook In ASP.NET?
View 19 Repliesi am working on asp.net .i want to make a chat room which should be attach like facebook .can any tell me do's and dont's
wht is it called
how can i start ?
designing part ?
how can i add chat application like facebook in my social networking site?
i need to add chat application in my project just like facebook chat
how can i create in asp.net?
I've developed an adaptation for asp.net mvc of an existing facebook/gmail like chat. it also includes video P2P features .
View 2 RepliesHow can I create FB and gmail type web base chat in Asp.net ....
View 1 RepliesI see a lots of different framework for development of app in asp.NET using C#. Please suggest a stable and well document framework for FB development.
View 3 RepliesWhats the best starting point for facebook application development in .net?
View 4 RepliesI am starting to develop a facebook game using ASP.NET + Silverlight
Which architecture would you use? ASP.NET MVC or MVVM or RIA Services?
ALso what do you think about using XNA with Silversprite?
The game won't be a arcade game. It will be more strategy/RPG.
I am developing a facebook application in asp.net using the facebook developkit downloaded from [URL] website.
I am practicing a sample application in SDK 3.02samplesIFrame.
They have give an attribute called RequiredAttribute = true in IFrameMaster.Master.cs, which will access the basic information.
But I want to request for extended permission in the same screen itself.
For that i have used this.RequiredPermissions = new List() { Facebook.Schema.Enums.ExtendedPermissions.publish_stream, Facebook.Schema.Enums.ExtendedPermissions.offline_access };
But there is no use.
Is there any way to do it.
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
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.
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 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 RepliesI have developed a chat by xmlhttprequests. It supports one user at a time. I am using post requests. It works fine. Now, I want that all users of my site can chat with each other. So, when someone is talking with more than one user at a time, I need to handle those multiple requests. So, what should I do ...?
1. Should I go for multiple xmlhttprequest ? ( I think its not a good idea, as no. of users is uncertain, secondly it will be a havoc to the page)
2. Should I pass multiple arguments in post request for differenct chats(separtated by some sign ). ( But its not a good idea too, as no. of active chats at a time is not certain, secondly I have to pass whole arguments whether one is chatting with just a single person.
3. Should I pass an array ? If I can ... Can I pass an array in arguement. How to achieve this ? and how to retrive this in server page.
I need to make a non-voice chat support tool for a client in ASP.NET 3.5 framework.Can anyone tell me how can i make it using ajax control toolkit??
View 4 Repliesi need to built chat application using asp.net3.5,sqlserver2005,ajax..
where to get easy source or idea to develope from the scratch...
as all we know that we can create very simple chat using ajax timer & web service , it runs well for few users .
i want to leaverage same idea for site where 5000+ users will be there in chat room , messages are stored in queue hold in memory * dispatched as user request that is through java script timers calling page method or service ,
how well it will perform ? i know GTalk implements XMPP protocol(jabber) for the web chat
seems it will be difficult to got XMPP way ?
We have a largely asp.net web form team (With some Oracle developers thrown in).
Question 1:
Is it a good idea to start using asp.net MVC which will mean redevelopment of a number of standard controls for not much benefit.
Question 2:
Is it a good idea to hire developers where there most recent skills are with asp.net MVC?
I doubt there is any benefit adopting MVC now, given the 100+ applications in this suite of products, and the maintenance/rework this will cause. Given this, is there any particular reason to hire MVC developers, as they won't be hitting the ground running, which is what I need now.
I see that only name,group,email address we can access at facebook send button. How can i send to my facebook page wall (where i am admin) by clicking facebook send button. It's by default don't show it.
View 1 Replies