We deliver solutions for the AI eraâcombining symbolic computation, data-driven insights and deep technical expertise
Create a client socket that opens up a connection with a server to send and receive requests.
Using Raw TCP Sockets... Connect to a host addressUse HostLookup to get the IPAddress of example.com:
Use SocketConnect to connect to the host address:
Submit a request to the serverUse WriteString to submit an HTTP request to the server:
Read the responseUse SocketReadMessage to read in the whole HTTP response:
Close the connectionUse Close to disconnect from the server:
Using ZMQ Sockets... Connect to a host addressUse HostLookup to get the IPAddress of example.com:
Use SocketConnect to connect to the host address:
Submit a request to the serverUse WriteString to submit an HTTP request to the server:
Read the response Close the connectionUse Close to disconnect from the server:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4