jbreckmckye / node-typescript-architecture

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node TypeScript Architecture

Logo

This is the companion responsibility for the Node TypeScript Architecture GitBook.

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.

About

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


Languages

Language:TypeScript 98.5%Language:JavaScript 0.9%Language:Dockerfile 0.6%