Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastiandotdev/fiber-1tto
https://github.com/sebastiandotdev/fiber-1tto
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebastiandotdev/fiber-1tto
- Owner: sebastiandotdev
- Created: 2023-12-17T18:50:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-17T18:50:19.000Z (11 months ago)
- Last Synced: 2024-08-26T18:53:52.690Z (2 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Fiber
description: A Fiber web server
tags:
- fiber
- golang
---# Fiber Example
This example starts a [Fiber](https://gofiber.io/) server.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/7di0JR)
## ✨ Features
- Fiber
- Go## 💁♀️ How to use
- Connect to your Railway project `railway link`
- Start the development server `railway run go run main.go`## 📝 Notes
The server started simply returns a `message: "Hello, Railway!"` payload in JSON. The server code is located in `main.go`.