Create simple auto popup chat system guide or example

Asked By 10 points N/A Posted on -
qa-featured

Hi

I am developing a game application using HTML5. But I want to emphasize more on social communication with friends and family. Therefore I want to create a simple auto popup chat system integrated with the game. I do not want the chat system to be IN the game, but separated. The game needs to be logged in, how do I go about having the chat system plus authentication and auto popup? Do I need to have it in PHP or JavaScript? Any guide or example that I can refer to?

SHARE
Answered By 70 points N/A #164774

Create simple auto popup chat system guide or example

qa-featured

Hi, Shannon.

On the following links you can see how to write a simple chat application with HTML 5 using PHP on the server side: http://motyar.blogspot.in/2012/01/simple-chat-application-with-html5.html

http://www.techumber.com/simple-chat-engine-using-html5-server-sent-events-and-php/

Here is also link about creating CSS3 Modal Popups http://www.script-tutorials.com/css3-modal-popups/.

On the same page where you can read and follow the steps for creating CSS3 Modal Popups, there are lots of lessons about creating powerful chat systems and  about HTML5 Game development.

Hope something will be useful for you.

Good luck.

Related Questions