Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I would pay a lot for a Rails-like framework written in Erlang. Erlang really hits a sweet spot between performance and developer-friendliness.


Have you looked at http://www.chicagoboss.org? "Chicago Boss is the answer to slow server software: a Rails-like framework for Erlang that delivers web pages to your users as quickly and efficiently as possible."

I played with it and found it to be pretty Rails-like, even including several moments of "what foul sorcery is this?"


You should take a look at Chicago Boss[1], the Rails-like Web framework for Erlang.

[1]: http://www.chicagoboss.org/


You're in luck!

Check out ChicagoBoss, another Erlang web framework which claims to follow the Rails-like MVC pattern closely.

http://www.chicagoboss.org/


Is not compatible with Erlang R16B03


Have you tried out Chicago Boss? It explicitly bills itself as Rails-like.

http://www.chicagoboss.org/


I've experimented with Chicago Boss a bit; it's an excellent framework, but I feel it still has a ways to go before it can compete with Rails.


Generally, new stuff that is successful does not compete head-on, unless it's got some kind of "unfair advantage" like a big company behind it. In other words, it does something a bit better, but also differently. Rails was better organized and cleaner than PHP, but less bureaucratic than Java.

Chicago Boss can't compete with all the users and plugins and everything that Rails has, head on, so it's probably best used where it has an advantage on Rails: stuff like websockets where holding a lot of them open is a piece of cake for Erlang, but more of a resource hog for Rails (at least it used to be that way, has 4 improved things?).


You can take a hybrid approach:

https://github.com/erlyvideo/rack


Chicago Boss might fit the bill for you; I tried it and found it felt like it was trying to force a foreign model on Erlang a little too hard. I ended just putting something together myself with cowboy and other pieces like erlydtl, and ended up quite happy with it.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: