Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 | ❓ |