I am trying to make an application which takes a user input (Via an IRC command) which runs a bunch of code on the server side and outputs a bunch of data. The issue is that IRC isn't the best for displaying large amounts of data and it's not pretty. Instead, I'd like to present the data in a webpage and simply return a URL to view the output in in the webpage.What would be the best way to do this using node?
Submitted April 27, 2017 at 03:00PM by haybros
No comments:
Post a Comment