Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farrow-js/farrow

A Type-Friendly Web Framework for Node.js
https://github.com/farrow-js/farrow

full-stack nodejs typescript web-framework

Last synced: 1 day ago
JSON representation

A Type-Friendly Web Framework for Node.js

Awesome Lists containing this project

README

        


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](https://www.farrowjs.com/docs/tutorial)!

## Benefits

- Expressive HTTP middleware like [Koa](https://github.com/koajs/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](https://github.com/farrow-js/farrow/blob/master/docs/assets/farrow.png)

## Environment Requirement

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

## Issues

Contributions, issues and feature requests are welcome! Feel free to check [issues page](https://github.com/Lucifier129/farrow/issues).

## [Contributing Guide](https://github.com/farrow-js/farrow/blob/master/CONTRIBUTING.md)

## Stay In Touch

- [Website](https://www.farrowjs.com/)
- [Twitter](https://twitter.com/guyingjie129)
- [doc/v1](https://github.com/farrow-js/farrow/tree/master/docs/v1)
- [Blog](https://www.farrowjs.com/blog)

## License

This project is [MIT](https://github.com/farrow-js/farrow/blob/master/LICENSE) licensed.

Copyright © 2021-present, [Jade Gu](https://github.com/Lucifier129).