0

My company want to develop an advanced chat application that has:

1- Chat Rooms and users

2- Live audio streaming (one/two directions)

3- Live video streaming (one direction)

4- Private chat (between two users)

5- White board.

We don't have any flash (action script) skills, so My question is :

Can we use HTML5 with some aid like NodeJS + socket.io + Redis + PHP to do this?? and if yes , Where to start?

Thank you for your help.

1 Answers1

0

You might want to check out WebRTC, which looks like an open standard based on the same idea which may help or hurt your cause.

References

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265