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

https://github.com/lxsmnsyc/rxlua

Reactive Extensions for Lua
https://github.com/lxsmnsyc/rxlua

observable observer observer-pattern reactive reactive-extensions reactive-programming reactivex rx

Last synced: 2 months ago
JSON representation

Reactive Extensions for Lua

Awesome Lists containing this project

README

        

# RxLua

!!!PROJECT IS ON HIATUS!!!

Reactive Extensions for Lua

![reactivex](https://img.shields.io/badge/reactivex-lua-brightgreen.svg?style=for-the-badge&logo=lua)
![dependencies](https://img.shields.io/badge/dependencies-none-brightgreen.svg?style=for-the-badge&logo=lua)
![license](https://img.shields.io/badge/license-MIT-yellow.svg?style=for-the-badge)
## Documentation

The online documentation is available here: https://lxsmnsyc.github.io/rxlua

You can create your own offline documentation, kindly refer to https://github.com/lxsmnsyc/rxluadocs/

## Tests

Although there are no test codes, ```/example/``` provides all implementations for each operators. You can run the example files individually.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details