forlano Messages: 1202 Registered: March 2006 Location: Italy
Senior Contributor
Hello,
I was looking for some microframework able to respond with data to http requests.
I found https://crowcpp.org/master/ but looking at the example I remembered our Skylark that should do the same things... and maybe much better.
On our site, under documentation, https://www.ultimatepp.org/www$uppweb$documentation$en-us.ht ml , Skylark is disappeared. I would suggest to put it in evidence with its tutorial page.
Given the amount of projects I found in all programming languages and doing similar things to skylark, perhaps it should have its own space.
I have my own VPS server (Centos 7) that run usual PHP scripts. I would like to try to use Skylark too without interfere with the current PHP scripts. The problem is: hot to setup my server to accomodate my Skylark app?
Moreover: Skylark act as a server or just wake up when called? In this last case how to call it?
If it act as a server it should be always running. What to do if for some reason it stops to run.
Please be patient if my question looks naive. Even a link to similar topic would be to helpful.