Created
November 14, 2011 04:37
-
-
Save akiellor/1363249 to your computer and use it in GitHub Desktop.
The best servlet I have ever seen :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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