Pinned Repositories
fano
Pascal web application framework
fano-api
Example REST API web application using Fano web framework
fano-app
Example web application using Fano Framework, Pascal web application framework
fano-app-db
Sample MVC web application that load data from MySQL model to view using Fano Framework
fano-app-middleware
Sample web application using Fano web framework and middleware
fano-cli
Command line tool to help scaffolding web application using Fano Framework.
fano-cors
Example web application to demonstrate CORS handling in Fano Framework
fano-mvc
Sample MVC web application that load data from model to view using Fano Framework
fano-pdf
Example Fano Framework web application to demonstrate PDF document generation
fanoframework.github.io
Fano Framework documentation
Fano Framework's Repositories
fanoframework/fano
Pascal web application framework
fanoframework/fano-cli
Command line tool to help scaffolding web application using Fano Framework.
fanoframework/fano-app
Example web application using Fano Framework, Pascal web application framework
fanoframework/fano-api
Example REST API web application using Fano web framework
fanoframework/fano-mvc
Sample MVC web application that load data from model to view using Fano Framework
fanoframework/fano-cors
Example web application to demonstrate CORS handling in Fano Framework
fanoframework/fanoframework.github.io
Fano Framework documentation
fanoframework/fano-pdf
Example Fano Framework web application to demonstrate PDF document generation
fanoframework/fano-csrf
Fano web application example to demonstrate CSRF protection
fanoframework/fano-http
Example Fano Framework http web application using libmicrohttpd
fanoframework/fano-basic-auth
Example Fano Framework web application to demonstrate use of HTTP Basic Authentication RFC 2617
fanoframework/fano-cache-control
Example Fano Framework web application that demonstrate Cache-Control middleware
fanoframework/fano-cgi-fcgi
Example Fano Framework web application which fallback to CGI when web server not support FastCGI
fanoframework/fano-db-pool
Example Fano Framework web application to demonstrates usage of database pool connection
fanoframework/fano-db-session
Example web application to demonstrate use of session which use MySQL database for storage
fanoframework/fano-fastcgi
Sample Fano Framework web application that run as FastCGI web application which listening on TCP socket
fanoframework/fano-ipv6
Example Fano SCGI web application that demonstrates how to use IPv6 address
fanoframework/fano-json-request
Example Fano Framework web application which demonstrates how to handle request with JSON body
fanoframework/fano-jwt
Example project that demonstrates how to sign and verify JWT with Fano Framework
fanoframework/fano-mail-logger
Example Fano Framework web application to demonstrates logger that writes to email in background thread
fanoframework/fano-mhdipv6
Example Fano HTTP web application to demonstrates how to use IPv6 address
fanoframework/fano-postgresql
Example Fano Framework web application to demonstrate how to use PostgreSQL database
fanoframework/fano-rate-limiting
Example web application that demonstrates how to use rate limit middleware in Fano Framework.
fanoframework/fano-rate-limiting-db
Example web application which demonstrates how to rate limit using MySQL database as storage
fanoframework/fano-scgi-upload
Example Fano Framework web application that demonstrates validation of file upload
fanoframework/fano-user-agent
Example Fano Framework web application to demonstrate how to use user agent utility to identify client browser, OS and device type.
fanoframework/fano-validation
Example web application to demonstrate form validation in Fano Framework
fanoframework/fano-verb-tunneling
Fano Famework example web application demonstrates how to use HTTP verb tunneling (method override)
fanoframework/input-validation
Example web application to demonstrates input validation in Fano Framework
fanoframework/session-middleware
Example web application to demonstrate session middleware in Fano Framework