Recommend this page to a friend! |
Download .zip |
Info | View files (5) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2006-09-01 (10 years ago) | 53% | Total: 1,573 | All time: 2,425 This week: 963 |
Version | License | Categories | ||||
simpleserver 1.0 | GNU General Publi... | Networking |
Description | Author | ||||||||||||||
This class provides an interface for implementing TCP socket servers by handling the connections, sending and retrieving data to the clients that connect to the server. |
|
Files |
File | Role | Description |
---|---|---|
echo_server.php | Example | A Simple ECHO Server, acts interactive to the clients input - Demonstrates the "connection keep alive" routine.. |
foo_callback_server.php | Example | A funny FOO server, demonstrates how to use the Callback based interface of SimpleServerCallback.class.php |
SimpleServer.class.php | Class | The main class - Providing all the functions needed.. |
SimpleServerCallback.class.php | Class | Derivation of the main class, providing a Callback based interface. |
time_server.php | Example | A simple timeserver, prints out the local server time in ISO 8601 - Demonstrates the "connection close" routine.. |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
Download version 0.9.8 as zip Download of the (old) version 0.9.8 of this package as Zip Archive |
Download version 0.9.9 as zip Download of the (new) version 0.9.9 of this package as Zip Archive |
Homepage Homepage of the class |