olebedev / go-starter-kit

[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
Other
2.82k stars 357 forks source link

Event loop implementation / error handling #92

Open nazwa opened 7 years ago

nazwa commented 7 years ago

Hi @olebedev

We've been playing a lot with this project (nice work 👍 ) and it definitely shows great potential. Deploying full node stack is not always ideal.

One aspect that appears to be really lacking is general error handling within the event loop. Even the smallest js errors seem to crash the entire app and uncaught exceptions.... Let's just say things are not pretty :)

I saw that you moved from ducktape to goja not so long ago, so I guess my question is...

Is the current implementation a "quick" port from ducktape and you're planning on rewriting / improving it in the near future or is this "the final version" for now?