Nahuel

Results 16 comments of Nahuel

Just hear about the library in https://www.podcastinit.com/automat-state-machines-with-glyph-lefkowitz-episode-116/ and was expecting to get the visual output, I guess I'll have to take a look at the source code for the time...

@copybin can you fix this?

I belive Twisted is the main reason, it compiles reactor code in native C for performance. I don't have access to any OSX, but I belive you'll need some compiler...

Current WAMP protocol spec is 2.0, Telegraphy was built on top of 1.0. We might have to update requirements in https://github.com/machinalis/telegraphy/blob/master/requirements.txt

This will be addressed in crossbar branch. Just tried in OSX and Twisted 14 installs fine.

This has to be reviewed. Telegraphy original approach to signal/broadcaster approach seems quite limited now. Maybe we'll take some inspiration from https://github.com/zapier/django-rest-hooks/blob/master/README.md More precicely ``` python HOOK_EVENTS = { #...

XMLRPC is slow. As we're moving to crossbar, we'll use [HTTP Pusher](http://crossbar.io/docs/HTTP-Pusher-Service/)

[Configuration template](https://github.com/machinalis/telegraphy/blob/crossbario/src/telegraphy/ext/django_app/conf/templates.py#L53) Inspiration taken from http://crossbar.io/docs/Adding-Real-Time-to-Django-Applications/

Implemented in [python manage.py mkconfig](https://github.com/machinalis/telegraphy/blob/crossbario/src/telegraphy/ext/django_app/management/commands/mkconfig.py)

This is implemented in corssbar branch [runallserver](https://github.com/machinalis/telegraphy/blob/crossbario/src/telegraphy/ext/django_app/management/commands/runallserver.py) command. This issue will be closes as soon as we merge that branch into master.