Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.Can I use sockets on a web application?

Answer: Yes, but they run on the server, not on the client.

You can use HTTPSocket, SMTPSocket, POP3Socket, SMTPSecureSocket, SecurePOP3Socket, EasyTCPSocket, EasyUDPSocket, AutoDiscovery, our Bonjour classes or our CURL* classes. But all of them work on the server, not on the client.

This means if you search for a printer with Bonjour, you can find the printers in the local network on your server hosting site. Using SMTPSocket may be a good idea for sending emails from the server like notifications.


The biggest plugin in space...