Erlang Echo Server
May 19th, 2010
In this post, I’ll be looking at an example of a simple Erlang program: an echo server. An echo server accepts connections from clients and simply responds to any data received with the same data. While the example given here is quite simple, it is able to deal with multiple simultaneous client connections and handles most errors in a sensible way.
Category: Programming | Tags: echo, erlang, sockets | 3 Comments
