Questions tagged [hendrix]
4 questions
2
votes
1 answer
Can I use Hendrix to run Falcon app?
Hendrix is a WSGI compatible server written in Tornado. I was wondering if it can be used to run an app written in Falcon ?

Dragunov
- 975
- 1
- 7
- 14
1
vote
2 answers
Can Hendrix and Nginx work together?
I need push message from backend to frontend in Django, finally I found this Twisted + Django server but in product env we use nginx to proxy request to Django, I'm confused can hendrix and nginx work together?
If yes, then what how to write…

gmaclinuxer
- 11
- 1
1
vote
0 answers
Hendrix missing admin django template
I'm starting my first demo app with Hendrix, my firsts steps come from here (Django / Twisted (or hendrix) help to start).
Right now I create the project and only do this
1- Add sitetree extension
2- run migrate to create database
3- create super…

Trungus
- 165
- 8
0
votes
1 answer
Django / Twisted (or hendrix) help to start
I'm involve in a new proyect, let explain it briefly.
We have an application server, this server can be interfaces with other systems using udp (this is a design policy, I can change it).
Now we need a web app to collect the information sended by…

Trungus
- 165
- 8