Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fs-frost/public-golang-api
https://github.com/fs-frost/public-golang-api
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fs-frost/public-golang-api
- Owner: FS-Frost
- Created: 2023-01-11T00:54:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T01:09:10.000Z (about 2 years ago)
- Last Synced: 2023-08-31T03:56:22.144Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- 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`.