MithrilJS / mithril-node-render

Use mithril views to render server side
MIT License
210 stars 44 forks source link

Switch from `co` to `async`/`await` #78

Closed bdchauvette closed 6 years ago

bdchauvette commented 7 years ago

This would be a breaking change and would only work on node >=8, but it would remove the dependency on co and I think make the code slightly more idiomatic for vanilla JS.