I have web application settled on Apache server, and using php. I wish to put inside some kind of widget like "real time, multi-user application". I was looking around how to solve it and decided to use html5 (canvas). To make it multi-user and real time I was thinking about Websockets. I am not familiar with it at all, but I have read that generally it is possible to use Websockets over Apache but have no idea how to run it.
1)Can anyone help me to start with it? How to settle Websocket server(?) over Apache (I guess what I have written is a silly thing, but I hope I have explained what I mean)
2)Maybe there is another solution for my needs? Some different way (I hope simpler, not necessarily better) which will make my app real time and multi-user, than Websockets.
Thanks in advance for help.