Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fibjs/fibjs
JavaScript on Fiber (built on Chrome's V8 JavaScript engine)
https://github.com/fibjs/fibjs
coroutine fiber javascript v8
Last synced: 25 days ago
JSON representation
JavaScript on Fiber (built on Chrome's V8 JavaScript engine)
- Host: GitHub
- URL: https://github.com/fibjs/fibjs
- Owner: fibjs
- License: other
- Created: 2014-05-07T15:52:46.000Z (over 10 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-17T12:42:50.000Z (6 months ago)
- Last Synced: 2024-05-17T17:45:07.254Z (6 months ago)
- Topics: coroutine, fiber, javascript, v8
- Language: C++
- Homepage: https://fibjs.org
- Size: 120 MB
- Stars: 3,061
- Watchers: 174
- Forks: 299
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- my-awesome - fibjs/fibjs - 10 star:3.1k fork:0.3k JavaScript on Fiber (built on Chrome's V8 JavaScript engine) (C++)
- awesome-github-star - fibjs
- StarryDivineSky - fibjs/fibjs - switch、同步式和非阻塞IO模型来构建可扩展的系统。 (JavaScript框架 / 其他_文本生成、文本对话)
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.[![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## 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)