Skip to content

farrow-js/farrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

705 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Farrow Logo

npm version Test Status Lint Status Benchmark Status License: MIT

Description

Farrow is A Type-Friendly Web Framework for Node.js

Getting Started

Please follow the documentation at farrowjs.com!

Benefits

  • Expressive HTTP middleware like Koa but no need to modify req/res or ctx
  • Strongly typed and type-safe from request to response via powerful schema-based validation
  • Provide React-Hooks-like mechanism which is useful for reusing code and integrating other parts of Server like database connection
  • Easy to learn and use if you were experienced in expressjs/koajs

Farrow Demo

Environment Requirement

  • TypeScript >= 4.3
  • Node.js >= 14.x

Monorepo workflow (Rush)

This repository now includes a minimal Rush setup for monorepo orchestration while keeping existing package scripts (build, test, etc.) unchanged.

Common commands:

  • pnpm run rush:update — generate/update Rush lockfiles and install dependencies
  • pnpm run rush:install — install from existing Rush lockfile only
  • pnpm run rush:build — run each package build script in dependency order
  • pnpm run rush:test — run each package test script in dependency order

Issues

Contributions, issues and feature requests are welcome! Feel free to check issues page.

Stay In Touch

License

This project is MIT licensed.

Copyright © 2021-present, Jade Gu.

About

A Type-Friendly Web Framework for Node.js

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors