what is the equivalent to node.js express res.sendfile method and set a static folder like:
app.use(express.static('public')) in a jRDC server?
i would like to send the html + set the root directory (that contains some needed files) when making a request to the server with http://localhost:3000