github

nerdgeneration / www.sh

  • воскресенье, 14 апреля 2019 г. в 00:17:44
https://github.com/nerdgeneration/www.sh

Shell
Web framework in Bash



www.sh

Web framework in Bash

DO NOT USE THIS IN ANY PUBLIC FACING SERVER. THIS IS NOT SECURE. FOR EDUCATIONAL USE ONLY.

Supports standard web framework functions:

  • HTTP status
  • HTTP headers
  • HTTP response
  • Routing
  • Templated views
  • Query and POST data in $_GET and $_POST
  • URL encode/decode
  • Path checks
  • Sanitisation of HTML, SQL
  • MySQL database queries
  • .env files

Not everything is tested. This should be considered non-functional, it just happens that most of it works. Check back later for tests etc...