https://github.com/funyin/fiber
https://github.com/funyin/fiber
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/funyin/fiber
- Owner: funyin
- Created: 2023-03-15T21:22:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:57:24.000Z (over 1 year ago)
- Last Synced: 2025-02-06T13:22:47.278Z (4 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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.
[](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`.