https://github.com/nascript/skilledin-mvp
https://github.com/nascript/skilledin-mvp
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nascript/skilledin-mvp
- Owner: nascript
- Created: 2023-02-01T06:45:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T06:45:18.000Z (about 3 years ago)
- Last Synced: 2025-01-23T05:14:46.044Z (about 1 year ago)
- Language: Go
- Size: 2.93 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.
[](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`.