minixt
Version:
A tiny fork of Quxt with zero dependencies
11 lines (7 loc) • 410 B
Markdown
Minixt eliminates all dependencies of Quxt, allowing it to be used anywhere, not just in Node.
Minixt is also written in TypeScript.
1. Server has been removed entirely because it depends on express and socket.io.
2. You use it like so: `import * as _ from "minixt"`/`const _ = require("minixt")`, not `const _ = new Minixt()`.