*************************************************************************************** README *************************************************************************************** a) To initialize: $ python Server2.py --port=8000 b) To send message open another console and type: $ curl http://localhost:8000/reverse/stressed The console should answer with the word backwards: "dessert" c) Also in the other console type: curl http://localhost:8000/wrap -d text=Lorem+ipsum+dolor+sit+amet,+consectetuer+adipiscing+elit. The console should answer with: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Example taken from: *Introduction to Tornado. ISBN: ISBN: 978 - 1 - 449 - 30907 - 7.