E
E
exeer2014-01-16 02:42:36
Erlang
exeer, 2014-01-16 02:42:36

What are the typical tasks for Erlang

What are the typical tasks for Erlang?
Tired of doing hello blog in php/ruby/python.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2014-01-16
@exeer

I will join the above. Erlang is good for server development (gaming or business logic). Yes, just try to make a simple Websocket toy (use cowboy/bullet), or even ajax (just cowboy). For example, you can do Kalah
Characteristic task: the interaction between various parallel-existing objects in the system.
For example, in relation to Kalah, this is the interaction between two players (2 process-sessions) in the game room (1 process responsible for the game situation)

J
jj_killer, 2014-01-16
@jj_killer

Distributed, look at the most successful software written in Erlang: RabbitMQ, Riak, Erchef. Well, a high load with an honest scheduler.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question