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

https://github.com/jochasinga/rxgo-lite

An alternative reactiveX implementation in Go
https://github.com/jochasinga/rxgo-lite

Last synced: about 1 year ago
JSON representation

An alternative reactiveX implementation in Go

Awesome Lists containing this project

README

          

# rxgo-lite
An light-weight reactive extension in Go.

# What it is
This is a complete rewrite of [reactiveX/RxGo](github.com/reactivex/rxgo) as a study of a clearer and simpler interpretation of ReactiveX observable stream pattern in Go language.