Hacker News new | ask | show | jobs
by parf02 1270 days ago
I'm curious how you are doing multithreaded in the front-end. You're talking about modifying your global state from a web worker?
1 comments

A front end is simply an application that talks to a different application to receive its data instead of processing it directly. It can be as threaded as you like.