bookmarks rest api
notes to run fastcgi:
- replace /etc/nginx/sites-enabled/default with default
- build so from cpp (g++ SimpleClass.cpp -fPIC -lfastcgi-daemon2 -shared -o libcsimple.so)
- reference this so in csimple.conf
- run 'fastcgi-daemon2 --config=csimple.conf'
- run 'curl -v "http://localhost/simple_res"' - must see "Hello world!" at the end of response body