# Show GN: zely - nodejs 파일 기반 라우팅 백엔드 프레임워크

> Clean Markdown view of GeekNews topic #9508. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9508](https://news.hada.io/topic?id=9508)
- GeekNews Markdown: [https://news.hada.io/topic/9508.md](https://news.hada.io/topic/9508.md)
- Type: show
- Author: [do4ng](https://news.hada.io/@do4ng)
- Published: 2023-06-27T20:57:59+09:00
- Updated: 2023-06-27T20:57:59+09:00
- Original source: [zely.netlify.app](https://zely.netlify.app/guide/getting-started)
- Points: 6
- Comments: 2

## Topic Body

nextjs와 같이 파일 경로를 기반으로 작동하는 백엔드용 프레임워크를 만들어봤습니다. 아직 백엔드에 대한 지식이 얕아 기능은 별로 없지만 피드백 해주시면 적극 반영하겠습니다 ㅎㅎ

## Comments



### Comment 16814

- Author: laeyoung
- Created: 2023-06-28T15:19:12+09:00
- Points: 1

오오! 질문이 하나 있습니다. Next.js에 있는 API Routes를 쓰는거랑 어떻게 다를까요? (조금은 다르긴 한게 크게보면 비슷할거 같아서)

### Comment 16820

- Author: do4ng
- Created: 2023-06-28T20:54:16+09:00
- Points: 1
- Parent comment: 16814
- Depth: 1

솔직히 말해서 nextjs가 쓰기에는 더 좋을 것 같습니다. 굳이 차이점을 뽑자면 서버 시작하는 속도가 아닐까 싶네요. nextjs는 처음 서버 시작 속도가 몇 초는 걸리지만 이 패키지는 1초 안에 서버가 시작되니깐..
