Hope is not too late, my list:

  - Some kind of EventEmitter that allows you to subscribe and emit events 
from and to any process when using hypnotoad. I think it should support 
several backends (like Mojo::Plugin::Minion does), ie: File, Mango, Redis

  - SSH and Telnet clients on Mojo::IOLoop (meaning non-blocking clients). 
Probably not very demanded requests, but in my opinion they would help 
developers to choose mojolicious as a base framework for apps that 
concentrate several platforms with different interfaces (so you can choose 
using Mojo::UserAgent or for instance Mojo::SSHClient or Mojo::TelnetClient 
in a non-blocking way depending on what the target platform supports).

  - Some way to overwrite time for testing time related logic. I use an 
environment variable and read it, something like

                  $mytime = $ENV{MY_MOJO_FAKE_TIME} || time;

    (but I'm not sure if I'm reinventing the wheel here).

BR,

PS: about EventEmitter, I guess it wouldn't work but I never actually tried 
to use it for inter-process (toad) subscribe and emit. I just used it 
"intra-process" to subscribe to events that eventually come from a Redis 
backend from any process, and it worked fine. If EventEmitter already works 
among different process please just dismiss that point

El domingo, 6 de julio de 2014 22:12:50 UTC-3, sri escribió:
>
> Soooo... it's been over 6 months since our last wishlist thread (
> https://groups.google.com/forum/#!searchin/mojolicious/wishlist/mojolicious/YK7SrFvEneY/uwr-TZAlGmcJ),
>  
> a lot has happened since then (5.0 and Mojoconf, yay!), and i believe we 
> are ready for another round.
> In this thread you can post changes or features you would like to see in 
> Mojolicious, no rules, just blurt away. :)
>
> P.S.: Our official roadmap can still be found on GitHub (although it is 
> almost empty now). 
> https://github.com/kraih/mojo/issues?labels=future&state=open
>
> --
> sebastian
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to