javascript - tty.js does not work -
i installed tty.js: $ npm install -g tty.js start it: $ tty.js
when call http://example.com:8080/ can't open terminal , http://example.com:8080/socket.io/socket.io.js returns http error 404.
i tried node 0.6.19.
i posted in github maybe stackoverflow can :)
you should not using "example.com", external domain, own machine. try replacing localhost, or 127.0.0.1, so:
http://localhost:8080
Comments
Post a Comment