https://github.com/redatman/tornado_django
Running Django with Tornado
https://github.com/redatman/tornado_django
django django-framework django-model django-models tornado tornado-framework
Last synced: 3 months ago
JSON representation
Running Django with Tornado
- Host: GitHub
- URL: https://github.com/redatman/tornado_django
- Owner: RedAtman
- License: mit
- Created: 2024-07-22T14:20:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T16:05:19.000Z (11 months ago)
- Last Synced: 2025-02-12T00:36:16.486Z (4 months ago)
- Topics: django, django-framework, django-model, django-models, tornado, tornado-framework
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tornado_django
Running Django with Tornado## Feature
* Use the single threaded non blocking feature of Tornado.
* Use Django's model in Tornado.