Getting started with Triton

Triton is a framework for NodeJS built with Serverless Functions in mind as opposed to frameworks like Fastify, ExpressJS, Hapi which are built with a monolithic mindset.

The Triton workflow

Use Triton's development workflows to build APIs, deploy, version, test locally and build fast to production.

Learn more

Installation

We recommend creating a new Triton app using create-triton-app, which sets up everything automatically for you. To create a project, run:

npx create-triton-app

Once executed, you can run the npm run dev or yarn dev command to start a development server on http://localhost:3000.

Familiarize yourself with some of the core concepts that make Triton.js different from writing APIs using traditional applications with Node.js.