30 lines
1.3 KiB
Org Mode
30 lines
1.3 KiB
Org Mode
#+TITLE: Todo
|
|
|
|
* Todos
|
|
|
|
** TODO Creating a server
|
|
:LOGBOOK:
|
|
CLOCK: [2022-05-29 Sun 11:24]
|
|
:END:
|
|
|
|
- [[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]]
|
|
|
|
** TODO Creating hot reload
|
|
|
|
- [ ] [[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]]
|