Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jbreckmckye/node-typescript-architecture

Hexagonal architecture / ports-and-adapters for Node.js using simple functional programming
https://github.com/jbreckmckye/node-typescript-architecture

architectural-patterns architecture io-ts ioc nodejs typescript

Last synced: about 1 month ago
JSON representation

Hexagonal architecture / ports-and-adapters for Node.js using simple functional programming

Awesome Lists containing this project

README

        

# Node TypeScript Architecture

![Logo](docs/logo.png)

This is the companion responsibility for the [Node TypeScript Architecture GitBook](https://jbreckmckye.gitbook.io/node-ts-architecture/).

NTA offers an opinionated architecture for writing Node.js applications, particularly in TypeScript (but will work with
plain JS too).

It offers a project structure, naming conventions, example code and recommended habits for building extendable, readable,
reliable systems in Node.js. You can use this architecture to build backend apps, CLI programs, REST APIs, GraphQL boxes
or even use it as part of an SPA.

Learn more by [reading the docs](https://jbreckmckye.gitbook.io/node-ts-architecture/).