结合3个小时后,我决定在这里写问题。
我正在尝试使用yeoman
在我的电脑上编写应用程序来构建应用程序。我正在尝试使用socket.io
,但我看到了404。
/node_modules/
angular-socket-io
btford.socket-io
.controller('ChatCtrl', function ($scope, socket) {
grunt server
命令所以,我犯错误或错误理解,所以我的应用程序找不到socket.io.js文件?
您可以在此处找到我的完整代码:https://github.com/w00caSh/FunWithAngular
这非常重要。我是否必须为此启用任何节点服务器?