This commit is contained in:
Florian Schroedl
2022-05-04 17:00:00 +02:00
parent 87299069d0
commit f038e4f272

24
TODO.org Normal file
View File

@@ -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]]