# fibjs **Repository Path**: czq7966/fibjs ## Basic Information - **Project Name**: fibjs - **Description**: JavaScript on Fiber (built on Chrome's V8 JavaScript engine) - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-26 - **Last Updated**: 2024-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ![fibjs Logo](logo/fibjs-small.png?raw=true) JavaScript on Fiber [![travis build status][travis-image]][travis-url] [![appveyor build status][appveyor-image]][appveyor-url] [![Join the chat at https://gitter.im/fibjs/fibjs][gitter-image]][gitter-url] [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 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. ## 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)