Open NiteshKant opened 9 years ago
This issue is for discussing API for a TCP server.
(This is a dual of #2 which is the client API for TCP and hence shares multiple concepts, which are here for completeness at the cost of repetition)
To define how TCP must be modeled from a server point of view, using reactive-streams-jvm SPI.
An abstraction over:
In general it should not try to arbitrate different standards across different networking libraries. A few examples of that being:
This issue is for discussing API for a TCP server.
(This is a dual of #2 which is the client API for TCP and hence shares multiple concepts, which are here for completeness at the cost of repetition)
Intention
To define how TCP must be modeled from a server point of view, using reactive-streams-jvm SPI.
What it is?
An abstraction over:
What it is not?
In general it should not try to arbitrate different standards across different networking libraries. A few examples of that being: