6 ms·
You could also do this without a server at all. You could just have a script put your data into the html/js template and open up the page with something like bc
by kingfishr 14y ago
You could also do this without a server at all. You could just have a script put your data into the html/js template and open up the page with something like bcat.
http://rtomayko.github.com/bcat/ http://rtomayko.github.com/bcat/
- paulrosenzweig 14y agoThat's pretty awesome. I hadn't seen it before. DataFart has the one advantage that you don't need to pipe the data in locally. If the source data is on your local machine, this is a much better solution.
- fellowniusmonk 14y agoIsn't the point not having to worry about presentation and messing the templates? Perhaps I just don't have your command line fu but I don't see how I could do what you are talking about in a single line/simply.