Kyle Kirby
January 3, 2012
I have a dream; a complex and simplistic one. One that has been
solved, but never to the greatest extent of the idea.
My dream is to have server-side integrate with client side. This has
been solved by many frameworks and custom servers. All of which, or
most of, require using Ajax to communicate back to the server. My
dream is to eliminate the need of this extra request. Having
the server snapshot custom code and render it to the client without
having to do any callbacks.
An example would be like this:
This is just an idea. In writing this, it gave me a few ideas on how
to implement it. Using a recording device, and using more specific
if/elses with functions.
We'll see how this goes.