I am new for erlang, could someone please give me some guilds for TCP/UDP server with Erlang ? and I have had one TCP/UDP client with c.
相关问题
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- Error building gcc 4.8.3 from source: libstdc++.so
- Why should we check WIFEXITED after wait in order
- Null-terminated string, opening file for reading
Check this thing out : TCP Server
But I would recommend you to start with gen_tcp and gen_udp modules first before getting started with OTP framework to design your server/Client.
Happy Erlang Coding :)