diff --git a/TODO.org b/TODO.org new file mode 100644 index 0000000..adde42c --- /dev/null +++ b/TODO.org @@ -0,0 +1,24 @@ +#+TITLE: Todo + +* Todos + +** TODO Creating hot reload + +- [[https://nim-lang.org/docs/asynchttpserver.html][std/asynchttpserver]] +- [[https://github.com/h3rald/nimhttpd/blob/master/src/nimhttpd.nim][nimhttpd/nimhttpd.nim at master ยท h3rald/nimhttpd]] + +- [ ] [[https://dev.to/alemagio/implement-your-own-hot-reload-2435][Implement your own hot-reload - DEV Community]] +- [ ] [[https://maheshsenniappan.medium.com/creating-a-module-bundler-with-hot-module-replacement-b439f0cc660f][Creating a module bundler with Hot Module Replacement | by Mahesh Senniappan | Medium]] +- [ ] [[https://maheshsenniappan.medium.com/creating-a-module-bundler-with-hot-module-replacement-b439f0cc660f][Creating a module bundler with Hot Module Replacement | by Mahesh Senniappan | Medium]] +** DONE A nim compiler with watcher for js files +:PROPERTIES: +:CREATED: [2022-05-18 Wed 14:22] +:END: +:LOGBOOK: +CLOCK: [2022-05-18 Wed 14:24]--[2022-05-18 Wed 15:24] => 1:00 +:END: + +Linking the static c librar with ~--passL:alib.a~ +[[https://forum.nim-lang.org/t/1951][Linking static C library - Nim forum]] + +We're using [[https://github.com/emcrisostomo/fswatch][fswatch]] with [[https://github.com/FedericoCeratto/nim-fswatch][nim-fswatch: Nim wrapper for the fswatch library]]