Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krzysckh/robusta

web framework for owl lisp
https://github.com/krzysckh/robusta

http lisp owl scheme web

Last synced: 17 days ago
JSON representation

web framework for owl lisp

Awesome Lists containing this project

README

        

## robusta

Robusta is a set of almost-ready-to-use™ tools that can make writing web stuff even less enjoyable.

Robusta consists of:
* `(robusta server)` - simple async tcp listener,
* `(robusta dispatcher)` - regex-based dispatchers for `(robusta server)`,
* `(robusta http)` - parsing HTTP,
* `(robusta mime)` - builtin MIME table,
* `(robusta encoding json)` - json encoder and decoder *(very slow)*,
* `(robusta encoding html)` - html encoder,
* `(robusta encoding url)` - decoder for urlencoded strings,
* `(robusta encoding base64)` - base64 [-d]
* `(robusta db tsv)` - a ghetto DBMS for tsv files

## how does it look like?

see [doc/examples.md](doc/examples.md)

## more docs

* `make doc` or [this](https://pub.krzysckh.org/robusta.html)