| title | Fiber | ||
|---|---|---|---|
| description | A Fiber web server | ||
| tags |
|
This example starts a Fiber server.
- Fiber
- Go
- Connect to your Railway project
railway link - Start the development server
railway run go run main.go
The server started simply returns a message: "Hello, Railway!" payload in JSON. The server code is located in main.go.