Network programming: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Computer network programming meliputi pembuatan program komputer yang memungkinkan proses komunikasi antar komputer melalui jaringan komputer. | |||
==nc== | |||
* [[nc]] | |||
==Python== | |||
* [[Python: Instalasi]] | |||
* [[Python: Demo Server Sederhana]] | |||
* [[Python: Web Server]] | |||
* [[Python: Echo Server]] | |||
* [[Python: Echo UDP Server]] | |||
* [[Python: UDP Multicast]] | |||
* [[Python: Transfer File]] | |||
* [[Python: Transfer File Multithread di Localhost]] | |||
===Referensi=== | |||
* https://pythonspot.com/python-network-sockets-programming-tutorial/ | |||
* http://www.bogotobogo.com/python/python_network_programming_server_client.php | |||
==Perl== | |||
* [[Perl: Socket Programming]] | |||
* [[Perl: Chat Server]] | |||
==Java Based== | ==Java Based== | ||
* [[nodejs]] | * [[nodejs]] | ||
* [[ | * [[socket.io]] | ||
* [[nosql]] | * [[nosql]] | ||
Latest revision as of 03:01, 27 July 2015
Computer network programming meliputi pembuatan program komputer yang memungkinkan proses komunikasi antar komputer melalui jaringan komputer.
nc
Python
- Python: Instalasi
- Python: Demo Server Sederhana
- Python: Web Server
- Python: Echo Server
- Python: Echo UDP Server
- Python: UDP Multicast
- Python: Transfer File
- Python: Transfer File Multithread di Localhost
Referensi
- https://pythonspot.com/python-network-sockets-programming-tutorial/
- http://www.bogotobogo.com/python/python_network_programming_server_client.php