summaryrefslogtreecommitdiff
path: root/src/web.mjs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Node.js -> GoEuAndreh2024-03-251-38/+0
|
* src/hero.mjs: Retire codeEuAndreh2024-03-211-2/+16
|
* src/web.mjs: Move the "starting-server" logging into hero when .listen()EuAndreh2024-03-171-12/+4
|
* src/web.mjs: Add "WEBSOCKET" routeEuAndreh2024-03-161-7/+8
|
* src/web.mjs: Add trailing newline to bodyEuAndreh2024-03-141-2/+2
|
* src/hero.mjs: server.listen() -> server.start(); server.close() -> server.stop()EuAndreh2024-03-071-1/+1
|
* src/hero.mjs: Change server.listen() to receive no argumentsEuAndreh2024-03-061-5/+18
|
* src/hero.mjs: Add rmIf() and mkfifo()EuAndreh2024-03-061-3/+3
|
* src/web.mjs: Try out new hero APIEuAndreh2024-03-011-13/+13
|
* Normalize how modules import and name each otherEuAndreh2024-02-241-25/+13
| | | | | Also add a `defaultInterceptors` variable in `src/hero.mjs` to avoid needing to redefine it in every application.
* Big cleanupEuAndreh2024-02-231-0/+30
- delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over.