2
votes
1answer
146 views

Listing with JSON or plain HTML

I have a website which has reviews about games. Right now, to list the advantages (+) and disadvantages (-) of that game, there's a textarea in the admin panel with a WYSIWYG editor with only ...
0
votes
2answers
213 views

JSON API in C++ with Node.native, RapidJSON, and MySQL

Hey folks, I was hoping I might get some feedback and ideas for improvement on this, particularly the WebRouter class. Any tips or suggestions would be great! ...
3
votes
2answers
214 views

Better way to return data via AJAX?

Let's say I have three files: a page that is used for searching data called search, a file that handles requests called controller, and a file that has functions which the controller calls based on ...