I want to make a real-time app in the form of a chat from under windows. PhpDaemon disappears, as you need a virtual machine with linux; NodeJs + socket.io is good, but I would like php. The choice fell on Ratchet. I look at the installation - you need a web server such as WAMP or XAMPP, but I already have denwer and I don’t want to produce it.

Actually the question is, can I use denwer instead of XAMPP for everything to work, or is denwer not a web server, then why isn’t it, because the components are the same (apache + php + mysql ..)

  • one
    XAMPP is also not a webserver. Like wamp. The web server in these two is Apache. - D-side
  • Strangely, I learn from this link tutorials.kode-blog.com/websocket-server-php , and there it’s the phrase "web server such as WAMP or XAMPP". Do you get an apache - server time, then denwer can be limited without installing any xampp wamp? - Log
  • one
    It may well be. Try it. - D-side

0