gauche-makiki
0.5Simple multithreaded HTTP server written in Gauche
Gauche-makiki is a simple multithreaded HTTP server intended for applications that want to provide HTTP server capability easily. The main functionalities are available by just one file, `makiki.scm', so you can either install it as an ordinary Gauche extension library, or you can just copy the file into your application. You'll get the idea by looking at the minimal server: (use makiki) (define (main args) (start-http-server :port 6789)) (define-http-handler "/" (^[req app] (respond/ok req "<h1>It worked!</h1>")))
Origin: www/gauche-makiki
Category: www
Size: 96.2KiB
License: BSD3CLAUSE
Maintainer: danfe@FreeBSD.org
Dependencies: 1 packages
Required by: 0 packages
Website: github.com/shirok/Gauche-makiki
$
pkg install gauche-makikiDependencies (1)
More in www
py311-requests2.32.5
Python HTTP for Humansp5-libwww6.81
Perl5 library for WWW accessp5-HTML-Parser3.83
Perl5 module for parsing HTML documentsphp84-session8.4.16
The session shared extension for phpp5-Catalyst-Runtime5.90132_1
Elegant MVC Web Application Framework (Runtime)py311-django424.2.29
High-level Python Web Frameworkapache242.4.66
Version 2.4.x of Apache web serverp5-HTTP-Message7.01
Representation of HTTP style messagesp5-Template-Toolkit3.102
Extensible template processing systemp5-Plack1.0051
Perl extension of PSGI reference implementation and utilities