I have build an application with NodeJs + ExpressJs. I have file jquery in folder js of public, ex:
http://192.168.2.129:7878/javascripts/jquery.min.js
But how can I config setting Express to get this file jquery when i get this url
http://192.168.2.129:7878/1111/javascripts/jquery.min.js
From documentation, to add relative 'virtual' path you write following code: