- Mastering Reactive JavaScript
- Erich de Souza Oliveira
- 88字
- 2021-07-09 20:33:05
RxJS
The last tool we need to follow in this book is RxJS; we will use this library in later chapters. This library also runs in both client and server and we will be using version 4.1.0.
To install it on your server, just run the following command inside a node project:
npm i rx@4.1.0 -save
To add it to an HTML page, just paste the following code snippet inside it:
<script src="https://cdnjs.cloudflare.com/ajax/libs/rxjs/4.1.0/rx.all.js">
</script>
For those using other package managers, you can also install bacon.js and RxJS from Bower and NuGet.
推薦閱讀
- pcDuino開發(fā)實(shí)戰(zhàn)
- Social Media Mining with R
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- 發(fā)布!設(shè)計(jì)與部署穩(wěn)定的分布式系統(tǒng)(第2版)
- Linux實(shí)戰(zhàn)
- Extending Puppet
- PLC控制系統(tǒng)應(yīng)用與維護(hù)
- 高性能Linux服務(wù)器構(gòu)建實(shí)戰(zhàn):運(yùn)維監(jiān)控、性能調(diào)優(yōu)與集群應(yīng)用
- Linux集群和自動化運(yùn)維
- 8051軟核處理器設(shè)計(jì)實(shí)戰(zhàn)
- Windows 7應(yīng)用入門與技巧
- Fedora 12 Linux應(yīng)用基礎(chǔ)
- Docker容器技術(shù)與應(yīng)用
- CSS揭秘
- Less Web Development Essentials