项目作者: JamesAC42

项目描述 :
Small demo of redis datatypes and pub/sub capabilities
高级语言: JavaScript
项目地址: git://github.com/JamesAC42/redis_demo.git
创建时间: 2021-06-26T02:13:38Z
项目社区:https://github.com/JamesAC42/redis_demo

开源协议:MIT License

下载


redis demo

Small demo of redis’s capabilities for RCOS. Makes use of node-redis library. Uses the string, set, list, and hash datatypes to store a basic chatroom feed with multiple users. Client made with react.

screenshot

Installation:

Requires node.js and redis. Clone the repo and run npm install in the root and in the client folder. Run npm run dev in the root to run the web/data server, and run npm start in the client folder to start the react development server at localhost:3003.