7 ms·
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 a
by sircomatose 12y 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 https://github.com/jorisvink/kore/tree/master/examples/tasks
- edsiper2 12y agonice!, its good to see many people working on that area. We got a lot of support from the author of LWan (http://lwan.ws http://lwan.ws) project during the development process.