What is a SimpleServer?
Well, what a strange question, isn't it?
Recently I talked with colleagues about writing webserver and webclients. It was easy to agree on what was meant with webserver and webclient.
During the discussion we compared several concepts of communication between the components, and then I menationed Nettalks Simpleserver. Actually I did not named them SIMPLEserver. I described them as being non-webserver. The difference between web/simpleserver/clients - as far as I am aware of - is that these "simple" ones do not send prefixed HTTP-header and also keep up the connection until the connection is closed or the defined timeout occured.
Also an important difference: clients can send stings, messages, commands, whatever without requesting anything. (as I saif before: as far as I am aware, but I would not wonder if I missed out something {possibly even more important} else)
Now to my concern: how should I name this kind of non-webserver, so that others, who are not familiar with Nettalk or non-webserver programming?
Thanks for suggestions :-D
bye
Wolfgang