Make It Pop
< PORTFOLIO

Fiber

/README.md

Fiber is an Express-inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go. Created by Fenny van der Pretorius, Fiber aims to ease things up for fast development, with zero memory allocation and performance in mind.

Its API will feel immediately familiar to anyone coming from Express.js โ€” making it the easiest entry point for Node developers learning Go.

/DESCRIPTION.md

Express-inspired web framework built on Fasthttp. Easiest framework for Node.js developers moving to Go.

โœจ Features

๐Ÿƒ Fasthttp Powered

Built on Fasthttp โ€” significantly faster than net/http for high-throughput services.

๐ŸŽฉ Express-Like API

app.Get('/', handler) syntax. Drop-in mental model for Node.js veterans.

๐Ÿง… Rich Middleware

CORS, compression, JWT, monitor, rate-limit, prometheus โ€” built-in middlewares.

๐Ÿงช Testing Helpers

app.Test() helper for in-process integration tests. No real server needed.

๐Ÿ”Œ WebSockets

fiber/contrib/websocket. Upgrade routes to bidirectional WebSocket handlers cleanly.

Video_Preview

Media_Player.exe โ— PLAYING