Comment on Cappuccino 0.7 ReleasedparentComments−utx0017yyes. but how is that generated js being served?−e1ven17yHowever you want. Nginx or Apache. It doesn't need a special server. Any interaction to the site/db/etc still goes through ruby or php or whatnot.−tlrobinson17yAny HTTP server. The runtime compilation takes place in the browser (the compiler is written in JavaScript). The pre-compilation uses a command line version of the compiler running in Rhino)−utx0017ythanks. i think i'm sticking to js then.
Comments
yes. but how is that generated js being served?
However you want. Nginx or Apache. It doesn't need a special server. Any interaction to the site/db/etc still goes through ruby or php or whatnot.
Any HTTP server. The runtime compilation takes place in the browser (the compiler is written in JavaScript). The pre-compilation uses a command line version of the compiler running in Rhino)
thanks. i think i'm sticking to js then.