Hacker News new | ask | show | jobs
by kingatomic 4703 days ago
I've used Snorkel[1] for a few C/C++ projects in the past, you may want to check it out; it sounds like it could be what you're looking for (or quite close). Link it with your code, pass it a few config parameters and let it serve static files -- or you can overload GET/POST functions to provide dynamic functionality.

1: http://snorkelembedded.webs.com/

1 comments

That looks interesting, if somewhat abandoned.