Assembles a self-contained release for the current project:| hexdocs.pm
Assembles a self-contained release for the current project:| hexdocs.pm
Seeing how to handle OTP releases. Two tools, systools and reltool are used to package up OTP applications and modules into executable files.| learnyousomeerlang.com
A quick expedition through socket programming with UDP and TCP. We see io lists, gen_udp, gen_tcp and the inet module. We also build a TCP server for telnet clients.| learnyousomeerlang.com