go-safeweb is a security-focused HTTP framework for Go that bakes in secure defaults so common web vulnerabilities are harder to introduce. Instead of leaving headers and policies to ad-hoc middleware, it sets Content Security Policy, X-Frame-Options, and other protections by default, and centralizes template escaping rules. Request handling emphasizes principled APIs for parsing and validating input, reducing the risk of injection and deserialization bugs. The framework’s routing and...
ORSEE is a web-based Online Recruitment System for Economic Experiments. Key features: attribute query selection, random recruitment, experiment calendar, reputation system, automated mailing, pdf output, complete documentation.
WDScript and Linux portability of WDScript Project. WDScript is a CGI like php where native language is W-Langage from PCSoft (english and french). Can be used to access Hyperfile Databases from a web server.
Tornado HTTP Server is a multi-threaded web server written in Java. It aims to be secure, efficient, and portable, and provide a full implementation of HTTP 1.1. Advanced features such as GZip output compression and web-based administration are planned.
....
-------
Requirements:
For the Java HTTP server:
- J2SE (SDK for compilation)
For the exampe web app:
- Apache2 with mod_rewrite and mod_proxy
Client-side for the web app:
- www browser supporting JS with jQuery
---
Setup:
- run Server.class from Java server files (java Server) in a terminal/console
- unpack example app files under/within your apache2 document root file structure
- open index.html (with a www browser, from a www server)
- observe terminal output
XSLT Filter is an Apache2 loadable module which performs XSL transformation on the fly. It uses LibXML2+LibXSLT as parsing and transformation engines. The module acts as an Apache output fitler and is compatible with mod_perl, CGI and PHP applications.
mod_rest_cache enables a 2-tier caching architecture that allows dynamic processing of cached content using the output-filter chain (mod_include, mod_deflate etc). It also uses a targeted system for expiry of content using an HTTP REST-like interface.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
An Apache module that allows to store content sent to the browser, either in files on the disk or in a MySQL database.It works for static and for dymanic pages. Also gzips the stored content and send it gzipped for browsers that support it.