poga / actix-lua

Safe Lua Scripting Environment for Actix
MIT License
121 stars 13 forks source link

Debug example #8

Closed naturallymitchell closed 6 years ago

naturallymitchell commented 6 years ago

A helpful addition to the examples would be something like this PHP script to dump full HTTP request to file (method, HTTP headers and body).

poga commented 6 years ago

The goal of actix-lua is to bring rust and lua together with actix's actor model. You can create a full-feature web framework with it. But it's not the main focus of this library.

If anyone is interested in writing web frameworks, I encourage you to experiment. I'm willing to help if you have any question or feedback.

For now, I'm closing this since this is out of the scope of actix-lua.