node.js - SockJS multiplexing example 404 index.html not found -


looking @ sockjs multiplex example

i got server running. when go http://127.0.0.1:9999/multiplex see welcome message "welcome sockjs!"

when try browser index.hmtl http://127.0.0.1:9999/index.html 404 message "cannot /index.html"

the 'index.html' in same directory server.js running. why can't server find file?

please double check if you're using express version. express 3 changed api's , code may require tweaking. see sockjs-node/examples examples.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -