Skip to content

pepe/joy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You've found joy!

Joy will be a full stack web framework written in janet

This project is in early development so expect major changes

(import joy)

(defn home [request]
  (joy/respond :text
    "Have some joy with janet 😇"))

(def routes
  (joy/routes [:get "/" home]))

(def app (joy/app routes))

(joy/serve app 8000)

About

A full stack janet web framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.0%
  • Clojure 4.0%