我想集成codeigniter和node.js,但我对如何执行node.js和codeigniter感到困惑.
我已成功安装并运行了nowjs示例:http://nowjs.com/doc/example
如何访问codeigniter(或任何php框架)的视图文件到node.js.
我有混淆,因为codeigniter在执行http://localhost/xyznode.js时使用url 执行http://localhost:8080/xyz
所以我必须在浏览器中编写哪个url,我可以使用node.js和codeigniter?