Hacker News new | ask | show | jobs
by sircomatose 4318 days ago
That's very interesting work. I did a similar thing for Kore for its background task implementation so that page handlers could talk to its tasks it fired off and read its responses accordingly.

See example on https://github.com/jorisvink/kore/tree/master/examples/tasks

1 comments

nice!, its good to see many people working on that area. We got a lot of support from the author of LWan (http://lwan.ws) project during the development process.