- [ace editor](https://ace.c9.io/) under `mod3rd.admin_windup.editor` can handle now
also large files > 4 kb. limitation: save blocks the global loop until save completed, no status or error information provided
use browser console to view log info
- fix `get_http_chunk` reading portions of data chunks from current socket stream
- ace editor support for code beautify for html, css, js, json file types
- fiber worker and fiber worker loop are callable, can be written now as next(fbr) or fbr()
- [modext.misc.main_async](https://github.com/kr-g/mpymodcore/blob/master/modext/misc/main_async.py)
asyncio integration for (!!!)
- modcore / modc
- windup web server
- sample async startup code in
[`boot.py`](https://github.com/kr-g/mpymodcore/blob/master/boot.py)
-