Skip to content
/ koyo Public
forked from Bogdanp/koyo

A web development toolkit for Racket.

Notifications You must be signed in to change notification settings

taruen/koyo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koyo

koyo is a web application development toolkit that expands upon Racket's built-in web-server with all the functionality that a web app typically needs in a complete package.

All of koyo's components are decoupled so you get to pick and choose what you use.

Quickstart

$ raco pkg install koyo
$ raco koyo new example  # or raco koyo new -b minimal example
$ cd example && cat README.md

Documentation

You can find the documentation on the Racket package server. The package server only updates once every 24 hours so if you want the absolute most recent docs, then you can visit koyoweb.org.

License

koyo is licensed under the 3-Clause BSD license.

About

A web development toolkit for Racket.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Racket 94.6%
  • CSS 2.6%
  • Scheme 1.5%
  • Other 1.3%