Hello Mitchell,
i tried to get the chat example running. First i got the server.js file working by changing the code to
var addr = this.address();
I launched the application but got an error:
GET http://localhost/socket.io/1/?t=1350073749406 404 (Not Found)
The /1 route is used for the handshake i guess, but i wonder how to fix it, would you mind to fix it? Or am i doing something wrong?
I really like your coding style. I am new to Sencha ExtJS / Touch but i am looking forward to implement an app using sencha touch. We would like to keep data and the depending views synchronous in real time depending on a database (Couch / Mongo). As your WebSocketStore is now some months old, what is the way to go? Would you suggest to give your implementation a try?
Cheers!
Hello Mitchell,
i tried to get the chat example running. First i got the server.js file working by changing the code to
I launched the application but got an error:
GET http://localhost/socket.io/1/?t=1350073749406 404 (Not Found)
The /1 route is used for the handshake i guess, but i wonder how to fix it, would you mind to fix it? Or am i doing something wrong?
I really like your coding style. I am new to Sencha ExtJS / Touch but i am looking forward to implement an app using sencha touch. We would like to keep data and the depending views synchronous in real time depending on a database (Couch / Mongo). As your WebSocketStore is now some months old, what is the way to go? Would you suggest to give your implementation a try?
Cheers!