댓글 검색 목록

[Nodejs] localtunnel - localhost를 세계에 공개하십시오.

페이지 정보

작성자 운영자 작성일 19-03-07 10:56 조회 422 댓글 0

https://github.com/localtunnel/localtunnel

https://localtunnel.me/


var localtunnel = require('localtunnel');

var tunnel = localtunnel(port, function(err, tunnel) {
    if (err) ...

    // the assigned public url for your tunnel
    // i.e. https://abcdefgjhij.localtunnel.me
    tunnel.url;
});

tunnel.on('close', function() {
    // tunnels are closed
});



댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

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