# fibjs **Repository Path**: vieyahn/fibjs ## Basic Information - **Project Name**: fibjs - **Description**: FibJS 是一个建立在 Google v8 Javascript 引擎基础上的应用服务器开发框架,不同于 node.js,FibJS 采用 fiber 解决 v8 引擎的多路复用,并通过大量 c++ 组件,将重负荷运算委托给后台线程,释放 v8 线程,争取更大的并发时间 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2026-01-06 - **Last Updated**: 2026-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FIBJS - JavaScript on Fiber ``` _______ _________ ______ _________ _______ ( ____ \\__ __/( ___ \ \__ _/( ____ \ | ( \/ ) ( | ( ) ) ) ( | ( \/ | (__ | | | (__/ / | | | (_____ | __) | | | __ ( | | (_____ ) | ( | | | ( \ \ | | ) | | (_ ___) (___| (___) )/\_) ) /\____) | (__/ \_______/(______/ \____/ \_______) ``` fibjs is a JavaScript runtime built on Chrome's V8 JavaScript engine. fibjs uses [fibers-switch](https://en.wikipedia.org/wiki/Fiber_(computer_science)) , sync style & non-blocking IO model to build scalable system. [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/fibjs/fibjs) [travis-image]: https://img.shields.io/travis/fibjs/fibjs.svg?style=flat-square [travis-url]: https://travis-ci.org/fibjs/fibjs [appveyor-image]: https://ci.appveyor.com/api/projects/status/github/fibjs/fibjs?svg=true [appveyor-url]: https://ci.appveyor.com/project/fibjs/fibjs [gitter-image]: https://badges.gitter.im/fibjs/fibjs.svg [gitter-url]: https://gitter.im/fibjs/fibjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge ## Get Started - [Beginning](http://fibjs.org/docs/guide/readme.md.html) ## Download - [http://fibjs.org/download/](http://fibjs.org/download/) ## Documentation - [http://fibjs.org](http://fibjs.org/docs/manual/module/readme.md.html) - [https://github.com/fibjs/fibjs_docs](https://github.com/fibjs/fibjs_docs) ## Build - [BUILDING.md](./BUILDING.md) ## Community If you have any question, please open an issue [here](https://github.com/fibjs/fibjs/issues) ## Star History [![Star History Chart](https://api.star-history.com/svg?repos=fibjs/fibjs&type=Date)](https://star-history.com/#fibjs/fibjs&Date)