This is a simple Node.js demo of a client-server service that counts the number of characters (case-sensitive) in a user-input string, very similar to my node-demo-charcounter-local project. However, ...