I have created a server without express , with pure node.js like this
const server = http.createServer(async (req, res) => { ...
Now if i