댓글 검색 목록

[Nodejs] Hapi - 애플리케이션 및 서비스 구축을 위한 프레임 워크.

페이지 정보

작성자 운영자 작성일 19-03-07 14:52 조회 448 댓글 0

https://hapijs.com/



'use strict';

const Hapi=require('hapi');

// Create a server with a host and port
const server=Hapi.server({
host:'localhost', port:8000 });

// Add the route
server.route({ method:'GET', path:'/hello', handler:function(request,h) {

return'hello world'; } });

댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.