I want to develop a chat application.....plz guid me ...wt i should do and what i should follow to develop.
i want to create a web based chat application to provide live support on my web site.....
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dharmesh SharmaPosted Jan 1, 2012, 8:19 AM
for chat application you need to continues post or get by ajax or json script to get all content from user side and get all content from another side of chat application
1. create a session with unique id and maintain the data of both communication by database or string builder
2. create a two web service one for get chat text and second for post to that session
You need to call this web service by Ajax or json coz page don't refresh
thanks