views:

41

answers:

1

hello

i want to make a secure web based chat application(just for the learning purpose)

so suggest me a good library or tutorial page for that.

i want to include these feature in my chat application:

1.one to one chat
2.one to may chat(group chat)
3.online friends should be displayed.
4.store chat history.

i am using:

PHP,JAVASCRIPT/AJAX

Thanks in advance

A: 

I'd suggest you go with jQuery instead of plain javascript. Loads of fancy stuff you can play with and its awfully easy to learn/apply.

I use CodeProject a lot to get lots of small demos to understand functionalities.

W3CSchools is always a good place to look for anything related to web.

Here's what Google can do :)

Sidharth Panwar