All Projects → rfyiamcool → Uwsgi_cli

rfyiamcool / Uwsgi_cli

Licence: mit
easy uwsgi cli tools !!!

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Uwsgi cli

docker-django-nginx-uwsgi-postgres-load-balance-tutorial
實戰 Docker + Django + Nginx + uWSGI + Postgres - Load Balance -Tutorial 📝
Stars: ✭ 102 (+112.5%)
Mutual labels:  uwsgi
fano
Pascal web application framework
Stars: ✭ 21 (-56.25%)
Mutual labels:  uwsgi
Autoops
linux资产管理,cmdb,django, webssh,运维管理平台,数据库操作平台 本项目已停止开发!因长时间未对代码进行维护,可能会造成项目在不同环境上无法部署、运行BUG等问题,请知晓!项目仅供参考!
Stars: ✭ 340 (+608.33%)
Mutual labels:  uwsgi
docker-udata
udata and plugins all-in-one Docker image
Stars: ✭ 15 (-68.75%)
Mutual labels:  uwsgi
HomePage
Python Django开发管理后台+Bootstrap响应式网站
Stars: ✭ 32 (-33.33%)
Mutual labels:  uwsgi
sgi
Socket Gateway Interface
Stars: ✭ 16 (-66.67%)
Mutual labels:  uwsgi
uwsgiconf
Configure uWSGI from your Python code
Stars: ✭ 75 (+56.25%)
Mutual labels:  uwsgi
Cutelyst
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Stars: ✭ 671 (+1297.92%)
Mutual labels:  uwsgi
django-setup
Setup Django application with Nginx and uWSGI on a Ubuntu server
Stars: ✭ 12 (-75%)
Mutual labels:  uwsgi
Docker Django Nginx Uwsgi Postgres Tutorial
Docker + Django + Nginx + uWSGI + Postgres 基本教學 - 從無到有 ( Docker + Django + Nginx + uWSGI + Postgres Tutorial )
Stars: ✭ 334 (+595.83%)
Mutual labels:  uwsgi
elastic-beanstalk-nginx-uwsgi-django
A Django sample app running with uWSGI and Nginx on AWS Elastic Beanstalk.
Stars: ✭ 87 (+81.25%)
Mutual labels:  uwsgi
go-uwsgi
uwsgi implement for go
Stars: ✭ 51 (+6.25%)
Mutual labels:  uwsgi
Flask Uwsgi Websocket
🔌 High-performance WebSockets for your Flask apps powered by uWSGI.
Stars: ✭ 259 (+439.58%)
Mutual labels:  uwsgi
moinmoin-wiki
Docker image based on Debian with the Moinmoin wiki engine, uwsgi, nginx and self signed SSL.
Stars: ✭ 33 (-31.25%)
Mutual labels:  uwsgi
Uwsgi Nginx Docker
Docker image with uWSGI and Nginx for applications in Python 3.5 and above and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux.
Stars: ✭ 466 (+870.83%)
Mutual labels:  uwsgi
s3-monitoring
No description or website provided.
Stars: ✭ 14 (-70.83%)
Mutual labels:  uwsgi
is-osm-uptodate
Find outdated nodes in OpenStreetMap
Stars: ✭ 16 (-66.67%)
Mutual labels:  uwsgi
Django Uwsgi Taskmanager
Django application to monitor and manage long and/or recurring tasks through uWSGI.
Stars: ✭ 22 (-54.17%)
Mutual labels:  uwsgi
Opman Django
💯✅自动化运维平台:CMDB、CI/CD、DevOps、资产管理、任务编排、持续交付、系统监控、运维管理、配置管理
Stars: ✭ 539 (+1022.92%)
Mutual labels:  uwsgi
Pyflame
🔥 Pyflame: A Ptracing Profiler For Python. This project is deprecated and not maintained.
Stars: ✭ 2,930 (+6004.17%)
Mutual labels:  uwsgi

uwsgi_cli

match uwsgi protocol, support http get、post requests uwsgi server.

to do list:

  • add debug mode, print uwsgi body

install

pip install uwsgi_cli

help

uwsgi_cli -h

if not found uwsgi_cli bin, please set PATH . ( /usr/local/bin/ )

http mode

uwsgi_cli http 127.0.0.1:5000 /blog

unix socket mode

uwsgi_cli unix /tmp/xiaorui.sock /

tcp socket mode

uwsgi_cli tcp 127.0.0.1:5000 /mp/article

post

uwsgi_cli tcp 127.0.0.1:5000 /cool/fetch "url=xiaorui.cc&name=fengyun"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].