Using meteor.js with php server side

前端 未结 4 1711
终归单人心
终归单人心 2020-12-18 03:12

I\'ve developed an application that I would like to use meteor.js for real time updates (I want to enhance but not change my program, for example when a user adds a comments

4条回答
  •  感动是毒
    2020-12-18 03:53

    Trying to marry node.js with PHP doesn't sound like a worthwhile path to go down. If someone insisted on using a system like Meteor.js, yet with a PHP back-end, it would make more sense to look at AngularJS which is mainly the client side.

    Of course, that is different technology stack. If someone really insisted on the blending, one could consider using server side sockets to interact with PHP Web services; and/or use mongodb and/or mysql-node to interact with the same databases.

提交回复
热议问题