> Hello, list--
>
> I am considering developing a uWSGI library (i.e. to support app
> development) for the Racket language, but I am having a little trouble
> finding the information I need to do that.
>
> I've read the 'uwsgi Protocol' page on readthedocs.org, but it only
> describes the packet encoding. Okay, I've also seen the "magic
> variables" page; but those don't seem to be sufficient to build
> anything practical. It seems to me that I need to know the
> representation of requests and responses, right? I can't find any
> documentation that addresses that. Is that outside the scope of uwsgi,
> or is there indeed part of the protocol that is undocumented?
>
> I suppose I can study some code - in fact, I'm planning to look at the
> Python module anyway - but I suspect I will not be able to tell by
> reading that code what is part of the protocol and what is an
> implementation detail.
>
> Can anyone help me find the missing knowledge? Many thanks!
>
>

Hi, the first step is understanding if the language has a
c/c++/objective-c api. If yes, you can develop a plugin for uWSGI.

A work-in-progress tutorial is here:
https://github.com/unbit/uwsgi-docs/blob/master/tutorials/WritingPlugins.rst

but the best source is the lua one:

https://github.com/unbit/uwsgi/tree/master/plugins/lua

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to