- Building Scalable Apps with Redis and Node.js
- Joshua Johanan
- 70字
- 2021-08-05 17:49:05
Node package versions
We are going to create three different applications through out this chapter. The first two applications we create will only have the requirement for Socket.IO. The other application will be the application we started in Chapter 1, Backend Development with Express. So, the following is the list of packages in addition to everything we have already installed:
- socket.io: 1.0.6
- socket.io-redis: 0.1.3
- connect: 3.0.2
- cookie: 0.1.1
- express-session: 1.6.5
推薦閱讀
- Learning Scala Programming
- Designing Machine Learning Systems with Python
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- ASP.NET MVC4框架揭秘
- Full-Stack Vue.js 2 and Laravel 5
- 面向對象程序設計(Java版)
- 深度學習:算法入門與Keras編程實踐
- Python編程:從入門到實踐
- 學習正則表達式
- 一本書講透Java線程:原理與實踐
- Scala Functional Programming Patterns
- 零基礎C#學習筆記
- Python Projects for Kids
- Python網絡爬蟲實例教程(視頻講解版)
- 原型設計:打造成功產品的實用方法及實踐