Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 36 Star 319 Fork 148 unbit / uwsgi-docs /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Loading… New issue C and uWSGI #88 Open ghost opened this Issue Sep 12, 2013 · 5 comments None yet No milestone No one assigned ghost commented Sep 12, 2013 hi, uWSGI can be used with the C programming language? Sample C #include <stdio.h> int main () { printf ("Hello World"); } Do I have to transfer the output to the web with uwsgi?. Owner unbit commented Sep 12, 2013 If you mean as CGI,...