Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

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)