Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Bogdanp/koyo
A web development toolkit for Racket.
https://github.com/Bogdanp/koyo
framework racket web
Last synced: 3 months ago
JSON representation
A web development toolkit for Racket.
- Host: GitHub
- URL: https://github.com/Bogdanp/koyo
- Owner: Bogdanp
- Created: 2019-06-02T10:32:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T12:00:09.000Z (4 months ago)
- Last Synced: 2024-07-31T09:34:05.911Z (3 months ago)
- Topics: framework, racket, web
- Language: Racket
- Homepage: https://koyoweb.org
- Size: 1.22 MB
- Stars: 131
- Watchers: 12
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-racket - koyo - A web development toolkit for Racket. (Web Frameworks)
- awesome-racket-and-scheme - koyo
README
# koyo ![CI/CD](https://github.com/Bogdanp/koyo/workflows/CI/CD/badge.svg)
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][docs].
The package server only updates once every few hours so if you want the
absolute most recent docs, then you can visit [koyoweb.org][docs-master].## License
koyo is licensed under the 3-Clause BSD license.
[docs]: https://docs.racket-lang.org/koyo@koyo-doc/index.html
[docs-master]: https://koyoweb.org