All Projects → Bogdanp → Koyo

Bogdanp / Koyo

A web development toolkit for Racket.

Programming Languages

racket
414 projects

Projects that are alternatives of or similar to Koyo

Equalizecss
Css framework with grid based on flexboxes
Stars: ✭ 61 (-8.96%)
Mutual labels:  framework
Flask Unchained
The quickest and easiest way to build large web apps and APIs with Flask
Stars: ✭ 63 (-5.97%)
Mutual labels:  framework
App
Reusable framework for micro services & command line tools
Stars: ✭ 66 (-1.49%)
Mutual labels:  framework
Ctfcracktools
China's first CTFTools framework.中国国内首个CTF工具框架,旨在帮助CTFer快速攻克难关
Stars: ✭ 1,118 (+1568.66%)
Mutual labels:  framework
Core
The core YAMDBF Framework
Stars: ✭ 63 (-5.97%)
Mutual labels:  framework
Backtesting.py
🔎 📈 🐍 💰 Backtest trading strategies in Python.
Stars: ✭ 1,124 (+1577.61%)
Mutual labels:  framework
Flexicms
Flexible site management system Flexi CMS
Stars: ✭ 61 (-8.96%)
Mutual labels:  framework
Ouzo
Ouzo Framework - PHP MVC ORM
Stars: ✭ 66 (-1.49%)
Mutual labels:  framework
Tensorrec
A TensorFlow recommendation algorithm and framework in Python.
Stars: ✭ 1,130 (+1586.57%)
Mutual labels:  framework
Php Mini Framework
PHP mini framework
Stars: ✭ 65 (-2.99%)
Mutual labels:  framework
Weave
Easy-to-use SDK to build Tendermint ABCI applications
Stars: ✭ 1,122 (+1574.63%)
Mutual labels:  framework
Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+1568.66%)
Mutual labels:  framework
Awesome Uikit
Collect JS Frameworks, Web components library and Admin Template.
Stars: ✭ 1,136 (+1595.52%)
Mutual labels:  framework
Cuba
CUBA Platform is a high level framework for enterprise applications development
Stars: ✭ 1,114 (+1562.69%)
Mutual labels:  framework
Guaka
The smartest and most beautiful (POSIX compliant) Command line framework for Swift 🤖
Stars: ✭ 1,145 (+1608.96%)
Mutual labels:  framework
Core
The core library of the Duct framework
Stars: ✭ 61 (-8.96%)
Mutual labels:  framework
Abotx
Cross Platform C# Web crawler framework, headless browser, parallel crawler. Please star this project! +1.
Stars: ✭ 63 (-5.97%)
Mutual labels:  framework
Awd auto attack framework
AWD 自动化攻击框架
Stars: ✭ 67 (+0%)
Mutual labels:  framework
Falcon
The no-nonsense REST API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
Stars: ✭ 8,654 (+12816.42%)
Mutual labels:  framework
Easygameframeworkopen
基于Typescript的渐进式通用游戏前端开发框架
Stars: ✭ 65 (-2.99%)
Mutual labels:  framework

koyo CI/CD

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 few 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].