Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
frik
on May 9, 2014
|
parent
|
context
|
favorite
| on:
Flux Application Architecture
I intuitively designed a very similar architecture to Flux & React, last year. It's a lightweight PHP+JS framework. (used in this pet project:
http://www.youtube.com/watch?v=-Lta5xSj4mY
)
Is there a name for such a pattern?
jacquesm
on May 9, 2014
|
next
[–]
It looks like continuations in a slightly different guise to me.
http://en.wikipedia.org/wiki/Continuation#In_Web_development
mattgreenrocks
on May 9, 2014
|
prev
|
next
[–]
The Dispatcher part reminded me of the Proactor pattern from days of yore. This is a different domain, of course.
porker
on May 9, 2014
|
prev
[–]
Is your framework available anywhere? I'd be curious to take a look.
frik
on May 9, 2014
|
parent
[–]
I will write a blog post about it in the next days.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Is there a name for such a pattern?