I understand that REST is the recommended architectural style for the web, which basically works on HTTP protocol. I am wondering if there is RESTful architecture applied in other protocols like TCP or custom one. Can someone point me to an application that embodies such a characteristic or, or explain if RESTful is just for HTTP.
Thanks in advance