K Cartlidge

C#/DotNet. Go. Node. Python/Flask. Elixir.

Node projects

NodePub

Generates valid EPUB 2 ebooks. It allows metadata, covers, front matter, contents pages and more. It can generate the resulting file, populate a folder with the constituent files, or provide an in-memory collection of those files for further processing.

This was deprecated for a short while, though remained published and public. It is now reinstated as active.

Source - NPM

Mongoose relational example

Not specifically a project, this is more of an example repository. It shows a very simple and flexible sample Node app that uses Express with MongoDB (async/await) as it's document store. The main aim is to show a very compact pattern, including routes/handlers, seed data, webpack, and eslint, that you can base new stuff on.

Source

Nodice

This module is for JavaScript Dependency Injection. It allows for constructor injection and property injection, and it can also be used as a service locator.

This was for interest only; idiomatic Node does not use dependency injection in this way.

Source