SkillAgentSearch skills...

Osprey

A framework for making web applications quickly

Install / Use

/learn @swlkr/Osprey
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Osprey

Osprey is a sinatra inspired framework for writing web applications in janet quickly

(use osprey)

(GET "/" "osprey")

(server 9001)

Make sure janet and osprey are installed (macOS)

brew install janet
jpm install https://github.com/swlkr/osprey

Add the example code above to a .janet file:

echo '(use osprey) (GET "/" "osprey") (server 9001)' > myapp.janet
janet myapp.janet

Make sure it's working with curl

curl localhost:9001
# => osprey

That's it for now, happy hacking!

View on GitHub
GitHub Stars54
CategoryDevelopment
Updated5mo ago
Forks4

Languages

Clojure

Security Score

92/100

Audited on Oct 29, 2025

No findings