Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/krzysckh/robusta
- Owner: krzysckh
- License: bsd-2-clause
- Created: 2023-11-10T19:14:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-15T18:51:33.000Z (3 months ago)
- Last Synced: 2024-11-15T19:35:08.944Z (3 months ago)
- Topics: http, lisp, owl, scheme, web
- Language: Scheme
- Homepage: https://pub.krzysckh.org/robusta.html
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)