Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which type of diagram is used for denoting Client / Server socket programming? [closed]

I have developed couple of socket based interactive web applications with my team but I have always found it a pain to document the conditional flow of data.

I have used Sequence Diagram like these Sequence Diagram Example

Is it the best way to document socket programming? Is there any UML standard for socket programming?

like image 536
Sanket Sahu Avatar asked Jun 25 '15 11:06

Sanket Sahu


1 Answers

Edit : It is not UML diagram but a simple Representation.

To create a connection-oriented socket, separate sequences of functions must be used for server programs and for client programs, so you can represent your socket connection as :

Socket.io

like image 136
Pratyush Khare Avatar answered Oct 15 '22 04:10

Pratyush Khare