All subgroups and modules

module htcpcp_server

nitcorn :: htcpcp_server

A server that implements HTCPCP. At the moment there are no additions.
module nitcorn_hello_world

nitcorn :: nitcorn_hello_world

Hello World Web server example
module nitcorn_reverse_proxy

nitcorn :: nitcorn_reverse_proxy

Minimal example using a ProxyAction
module restful_annot

nitcorn :: restful_annot

Example for the restful annotation documented at lib/nitcorn/restful.nit
module simple_file_server

nitcorn :: simple_file_server

Basic file server on port 80 by default, may require root to execute
package_diagram nitcorn\>examples\>src\> src nitcorn nitcorn nitcorn\>examples\>src\>->nitcorn privileges privileges nitcorn\>examples\>src\>->privileges opts opts privileges->opts posix posix privileges->posix ...nitcorn ... ...nitcorn->nitcorn ...opts ... ...opts->opts ...posix ... ...posix->posix

Ancestors

group base64

base64

Offers the base 64 encoding and decoding algorithms
group codecs

core > codecs

Group module for all codec-related manipulations
group collection

core > collection

This module define several collection classes.
group core

core

Nit common library of core classes and methods
group curl

curl

Data transfer powered by the native curl library
group json

json

read and write JSON formatted text
group libevent

libevent

Low-level wrapper around the libevent library to manage events on file descriptors
group md5

md5

Native MD5 digest implementation as Text::md5
group meta

meta

Simple user-defined meta-level to manipulate types of instances as object.
group more_collections

more_collections

Highly specific, but useful, collections-related classes.
group opts

opts

Management of options on the command line
group parser_base

parser_base

Simple base for hand-made parsers of all kinds
group performance_analysis

performance_analysis

Services to gather information on the performance of events by categories
group poset

poset

Pre order sets and partial order set (ie hierarchies)
group posix

posix

Services conforming to POSIX
group pthreads

pthreads

POSIX Threads support
group realtime

realtime

Services to keep time of the wall clock time
group serialization

serialization

Abstract serialization services
group template

template

Basic template system
group text

core > text

All the classes and methods related to the manipulation of text entities

Parents

group nitcorn

nitcorn

Lightweight framework for Web applications development
group privileges

privileges

Process privileges management utilities