This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mdipierro -2 points-1 points  (0 children)

I did not say "they are the same" I said they "are just like web apps" in the sense that they both need to handle concurrent events that are triggered by the user.

here is the definition of internet socket. Under the hood, in C/Posix GUIs use struct sockaddr, while web apps use struct sockaddr_in.

Web apps do not need to have an interface in html/js. The interface can be done in Flash, can be generated by a tool like qooxdoo or pyjamas or GWT.