Express js and node js beginner project.
basic backend of calculator using the express js .
simply res.send("hello"); is limited to the strings. To send a file to the server we should use the res.sendFile(filename) . Inside the file name we are passig the name of the relative file .but here...
medhashis.hashnode.dev8 min read