Skip to content

Instantly share code, notes, and snippets.

@akiellor
Created November 14, 2011 04:37
Show Gist options
  • Save akiellor/1363249 to your computer and use it in GitHub Desktop.
Save akiellor/1363249 to your computer and use it in GitHub Desktop.
The best servlet I have ever seen :)
exports.woot = new javax.servlet.http.HttpServlet({
doGet: function(req, res){
res.getWriter().print("woot from JS");
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment