Change the repository type filter
All
Repositories list
45 repositories
fanoframework.github.io
Publicfano
PublicPascal web application frameworkfano-cli
PublicCommand line tool to help scaffolding web application using Fano Framework.fano-api
PublicExample REST API web application using Fano web frameworksession-middleware
Publicfano-app
PublicExample web application using Fano Framework, Pascal web application frameworkinput-validation
PublicExample web application to demonstrates input validation in Fano Frameworkfano-rate-limiting
PublicExample web application that demonstrates how to use rate limit middleware in Fano Framework.fano-rate-limiting-db
Publicfano-mail-logger
Publicfano-user-agent
PublicExample Fano Framework web application to demonstrate how to use user agent utility to identify client browser, OS and device type.fano-cors
PublicExample web application to demonstrate CORS handling in Fano Frameworkfano-fastcgi
PublicSample Fano Framework web application that run as FastCGI web application which listening on TCP socketfano-pdf
PublicExample Fano Framework web application to demonstrate PDF document generationfano-scgi-upload
PublicExample Fano Framework web application that demonstrates validation of file uploadfano-validation
PublicExample web application to demonstrate form validation in Fano Frameworkfano-http
PublicExample Fano Framework http web application using libmicrohttpdfano-mhdipv6
PublicExample Fano HTTP web application to demonstrates how to use IPv6 addressfano-ipv6
PublicExample Fano SCGI web application that demonstrates how to use IPv6 addressfano-jwt
PublicExample project that demonstrates how to sign and verify JWT with Fano Frameworkfano-csrf
PublicFano web application example to demonstrate CSRF protectionfano-mvc
PublicSample MVC web application that load data from model to view using Fano Frameworkfano-db-session
PublicExample web application to demonstrate use of session which use MySQL database for storagefano-verb-tunneling
PublicFano Famework example web application demonstrates how to use HTTP verb tunneling (method override)fano-basic-auth
PublicExample Fano Framework web application to demonstrate use of HTTP Basic Authentication RFC 2617fano-cgi-fcgi
PublicExample Fano Framework web application which fallback to CGI when web server not support FastCGIfano-postgresql
PublicExample Fano Framework web application to demonstrate how to use PostgreSQL databasefano-db-pool
PublicExample Fano Framework web application to demonstrates usage of database pool connectionfano-json-request
Publicfano-cache-control
PublicExample Fano Framework web application that demonstrate Cache-Control middleware