mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
commit
202fa05b0f
5
.github/README_ko.md
vendored
5
.github/README_ko.md
vendored
@ -51,7 +51,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<b>Fiber</b>는 <a href="https://github.com/expressjs/express">Express</a>에서 영감을 받고, <a href="https://golang.org/doc/">Go</a>를 위한 <b>가장 빠른</b> HTTP 엔진인 <a ref="https://github.com/valyala/fasthttp">Fasthttp</a>를 토대로 만들어진 <b>web framework</b> 입니다. <b>비 메모리 할당</b>과 <b>성능</b>을 고려한 <b>빠른</b> 개발을 위해 <b>손쉽게</b> 사용되도록 설계되었습니다.
|
<b>Fiber</b>는 <a href="https://github.com/expressjs/express">Express</a>에서 영감을 받고, <a href="https://golang.org/doc/">Go</a>를 위한 <b>가장 빠른</b> HTTP 엔진인 <a ref="https://github.com/valyala/fasthttp">Fasthttp</a>를 토대로 만들어진 <b>웹 프레임워크</b> 입니다. <b>비 메모리 할당</b>과 <b>성능</b>을 고려한 <b>빠른</b> 개발을 위해 <b>손쉽게</b> 사용되도록 설계되었습니다.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## ⚡️ 빠른 시작
|
## ⚡️ 빠른 시작
|
||||||
@ -127,6 +127,9 @@ func main() {
|
|||||||
// => http://localhost:3000/prefix/js/script.js
|
// => http://localhost:3000/prefix/js/script.js
|
||||||
// => http://localhost:3000/prefix/css/style.css
|
// => http://localhost:3000/prefix/css/style.css
|
||||||
|
|
||||||
|
app.Static("*", "./public/index.html")
|
||||||
|
// => http://localhost:3000/anything/returns/the/index/file
|
||||||
|
|
||||||
app.Listen(3000)
|
app.Listen(3000)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user