Learn Elixir with a Rubyist (IV) – Types, Data Structures and Pattern Matching
1–10 of 62 posts
Re: Learn Elixir with a Rubyist (IV) – Types, Data Structures and Pattern Matching
#2Re: Learn Elixir with a Rubyist (IV) – Types, Data Structures and Pattern Matching
#3If you had to make a comparison, what would be the pros and cons of using elixir vs node.js?
Re: Learn Elixir with a Rubyist (IV) – Types, Data Structures and Pattern Matching
#4If you had to make a comparison, what would be the pros and cons of using elixir vs node.js?
Elixir is a programming language whereas node is a framework.
Re: Learn Elixir with a Rubyist (IV) – Types, Data Structures and Pattern Matching
#5If you had to make a comparison, what would be the pros and cons of using elixir vs node.js?
Re: Learn Elixir with a Rubyist (IV) – Types, Data Structures and Pattern Matching
#6If you had to make a comparison, what would be the pros and cons of using elixir vs node.js?
What's your use case?
Re: Learn Elixir with a Rubyist (IV) – Types, Data Structures and Pattern Matching
#7If you had to make a comparison, what would be the pros and cons of using elixir vs node.js?
If you have difficult scaling problems that need stateful servers and clever cross server web socket implementations like Phoenix.Presence or 2 million web socket connection on a single huge machine, Elixir with the OTP is more likely to give you tools to build this difficult to scale thing.
Re: Learn Elixir with a Rubyist (IV) – Types, Data Structures and Pattern Matching
#8If you had to make a comparison, what would be the pros and cons of using elixir vs node.js?
More fair comparison would be Phoenix [1] to node.js Elixir is a programming language whereas node is a framework. [1] http://www.phoenixframework.org/
edit: meant to say phoenix, not elixir.
Re: Learn Elixir with a Rubyist (IV) – Types, Data Structures and Pattern Matching
#9If you had to make a comparison, what would be the pros and cons of using elixir vs node.js?
More fair comparison would be Phoenix [1] to node.js Elixir is a programming language whereas node is a framework. [1] http://www.phoenixframework.org/