Remember Aptan Jaxer? It connects to Apache and allows you to use server-side JavaScript as an alternative to languages such as PHP. It comes with a compatible API for accessing the file system, connecting to a database, socket communication, and everything you need.
I wonder why it was not adopted more widely, why more people do not use it? Javascript is a modern and clean programming language, not PHP, and the Jaxer API is much more consistent and neat. Don’t be offended, but the PHP API is just such a big mess with all its inconsistencies and inconsistent function assignment conventions.
Jaxer also makes communication between the client and server really convenient with its runat = "server-proxy", where you can directly refer to the server function on the client side of the script, and Jaxer takes care of all the XML requests for the HTTP request.
So I just really would like here what people think about it or why hardly anyone uses it. Not wanting to start a flamewar there, I'm just wondering.
thanks
source share