3

Why would I prefer socket communication over REST for fetching a simple GET ?

Comments
  • 0
    @zvyn I was thinking about the same, but I was looking into a 2001 era code and they used socket to fetch secure data. Now I'm not sure if they used it cause of lack of alternatives or something else.
  • 1
    Isn't communication is about opening a socket?

    Though sometimes handled by dev and sometimes handled by lib?
  • 1
    @gitpush isn't communication about transferring data frames ?
  • 0
    @zvyn cool thanks :)
Add Comment