Skip to content

Latest commit

Β 

History

History
28 lines (19 loc) Β· 710 Bytes

File metadata and controls

28 lines (19 loc) Β· 710 Bytes
title Fastify
description A Fastify server
tags
fastify
typescript

Fastify Example

This example starts a Fastify server.

Deploy on Railway

✨ Features

  • Fastify
  • TypeScript

πŸ’β€β™€οΈ How to use

  • Install dependencies yarn
  • Connect to your Railway project railway link
  • Start the development server railway run yarn dev

πŸ“ Notes

The server started simply returns a { message: "Hello world!" } payload in JSON. The server code is located in the index.ts file.