This is an update on previous post on SDM. Build-in Jetty server in eclipse (coming bundled with the Google-plugin) has never really been a reliable partner for developing as it often differs from the real production environment. SuperDevMode enables debugging in the browser (no network trip and Java emulation) which […]
Tag: server
Very simple web-server
I’m playing with some JavaScript frameworks and some new editors. Brackets (adobe) is open source one, built particularly for developing web stuff. It has built-in server for live preview and it works really good. This, assuming that some simple mostly fast static content preview is desired. As soon as you save […]