In modern web solutions socket servers and communication with them becomes more and more necessary. Coming from an PHP background and wanting (or even needing - as per requirement - ) to stay within this PHP environment, there are probably plenty solutions to setup a (Web-)Socket server, if you don't…
Since a new project is going on at work, which will be built using NEOS I thought I'd share a quick tip on how to modify the backend login of your NEOS page.
I was setting up the initial page, finally on PHP7 and using NEOS 4, and…
Lately I've discovered RESTful-APIs for myself. I now tend to integrate them in most of my applications just in case some other service want to interact with it. The majority of my applications are based on Zend Framework 2 or 3, so it's really easy to provide a REST-API by…