javascript - Running PHP frontend site with node.js page connecting both together -


i have created php site, doing basic stuff reading sqlite database, logging in etc. running on xampp on port 80 , fine.

i have created page ran on node.js uses socket.io , express.io. running on port 8080.

i want click on link on php site directs me node.js page both on different ports. hope understandable, have done alot of searching on matter , cannot find viable solution.

maybe

<a href="http://localhost:8080">link</a> 

if wrong please specify problem


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -