I'm new to mb and trying to play with the idea of using the tcp protocol with imposter to act as a simple server.
Currently, I have a c# server that listens on a socket (tcp byte stream). Client sends requests in JSON (ASCII encoded). Server deserialize the request, then opens a binary file and sends the content back through the socket connect.
Is there a way to configure mb imposter to do something like that?