cl-gserver

(★ 258)

Sento - Actor framework featuring actors and agents for easy access to state and asynchronous operations.

File Explorer

  • .gitignore
  • .pipeline.yml
  • bench-stripped.lisp
  • bench.lisp
  • CLAUDE.md
  • documentation.lisp
  • LICENSE
  • queues-bench.lisp
  • README.md
  • sento-remoting.asd
  • sento.asd

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

Hello

View Details ▼

Print "Hello, world!", "hello, world", or a customizable text.

hello

Print "Hello, world!":

hello {{[-t|--traditional]}}

Print "hello, world", the traditional type:

hello {{[-g|--greeting]}} "{{greeting_text}}"

Print a text message:

🔍

host

View Details ▼

Lookup Domain Name Server.
See also: `dig`, `resolvectl`, `nslookup`.

host {{domain}}

Lookup A, AAAA, and MX records of a domain:

host -t {{field}} {{domain}}

Lookup a field (CNAME, TXT, ...) of a domain:

host {{ip_address}}

Reverse lookup an IP:

// repository documentation