0

I am wondering if there are Ruby platforms providing bundled services such as Web/Messaging/Workers/Scheduling/...

I am currently using Rails, but I have also to manage lifecycle for workers, WebSocket stack & so on.

Any idea? (I had a look at cerise, which seems to have died meanwhile... :-( )

Mike Aski
  • 9,180
  • 4
  • 46
  • 63

1 Answers1

0

Actually there is project called Torquebox, which is build upon JBoss AS. It runs Rails/Sinatra (and probably any other Rack application) projects and has integrations for messaging, scheduling and services.

MBO
  • 30,379
  • 5
  • 50
  • 52
  • Ok, thank you for your answer. But this is achievable using any Servlet wrapper like Warbler & co. My question is rather "do we have something providing the services of an application server but full-ruby ?"... – Mike Aski Mar 05 '13 at 15:39