An HTTP server that executes Python code.
Project description
It’s simple: Fujian accepts Python code in the request body of a PUT request, executes the code, then returns the result.
The server is named after Fujian (福建) Province of the People’s Republic of China. The intention is to use it with our “lychee” software (“litchi” package on PyPI). Lychees are a fruit that grow in southern China. Fujian is a province in southern China. That’s about it.
Do note that this application opens the door to a wide range of security issues, most of which we don’t plan to address. Fujian is intended for use on localhost only. Opening it up to the public Internet is a tremendously bad idea!
We will migrate to PyPy3.