Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsisodiya/project-vidura
[Work in Progress] Run React and Redux in Node.js! This is not SSR. but Think as Flux(BLLayer) over Node.js
https://github.com/nsisodiya/project-vidura
Last synced: 27 days ago
JSON representation
[Work in Progress] Run React and Redux in Node.js! This is not SSR. but Think as Flux(BLLayer) over Node.js
- Host: GitHub
- URL: https://github.com/nsisodiya/project-vidura
- Owner: nsisodiya
- Created: 2019-06-18T14:20:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T14:40:38.000Z (over 3 years ago)
- Last Synced: 2024-04-14T07:51:22.225Z (8 months ago)
- Language: JavaScript
- Size: 1.51 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
| TODO | Status |
| ------------------------------------------------------------------------------------- | ------ |
| Project Start | ✅ |
| Test Cases Should Present | ❓ |
| Redux Store Or Similar | ✅ |
| WebSocket Connection in Dev Mode | ✅ |
| Loading state from websocket or web worker should be driven by flag | ✅ |
| I should be able to load BL Layer in web worker in development mode too | ❓ |
| Production Mode Script should be either in worker mode. | ❓ |
| Production Mode Script should not load express or websocket related stuff | ❓ |
| WebPack Bundle Analyser | ❓ |
| Eslint + Prettier | ❓ |
| We should be able to debug using Chrome in DevMode | ✅ |
| Debug breakpoints in VScode IDE | ✅ |
| Client sending actions and Server is sending State using websocket | ✅ |
| How to load bundle file which has HASH from client | ❓ |
| Dynamic loading of script file | ❓ |
| WebSocket or worker communication = STORE_UPDATED, GET_CURRENT_STATE, ACTION_TRIGGERD | ❓ |