JamesAC42 / redis_demo

Small demo of redis datatypes and pub/sub capabilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Small demo of redis datatypes and pub/sub capabilities

License:MIT License


Languages

Language:JavaScript 47.1%Language:TypeScript 27.6%Language:SCSS 19.6%Language:HTML 5.6%Language:CSS 0.2%Language:Shell 0.0%