Files
2021-05-31 01:22:35 -04:00
..
2021-05-26 01:33:41 -04:00
2021-05-31 01:22:35 -04:00
2021-05-26 01:33:41 -04:00
2021-05-26 01:33:41 -04:00
2021-05-26 01:33:41 -04:00
2021-05-26 01:33:41 -04:00

title, description, tags
title description tags
Fastify A Fastify server
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.