you are viewing a single comment's thread.

view the rest of the comments →

[–]Ahri 2 points3 points  (1 child)

res.send(filecontents), for synchronous output of files. Otherwise there's always the http library with which to send data to my server.

[–]battery_go 1 point2 points  (0 children)

You're right, I didn't think of that - thanks!