Y
Hacker News
new
|
ask
|
show
|
jobs
by
jessaustin
4570 days ago
Yeah the architecture diagram helps out a lot. The
XML-RPC
link from the app to the gateway seems a bit old-fashioned. Is that common in Django?
1 comments
simonw
4570 days ago
Not at all - I don't think I've ever seen XML-RPC used in a Django project or library. It's more common in the Twisted world though, and this project's default implementation uses Twisted.
link