반응형 전체 글147 NodeJS 유용한 사이트 http://nodeqa.com/ 2015. 12. 11. HandleBar JS 알아보기 http://handlebarsjs.com/ Handlebars provides the power necessary to let you build semantic templateseffectively with no frustration.Handlebars is largely compatible with Mustache templates. In most cases it is possible to swap out Mustache with Handlebars and continue using your current templates. Complete details can be found here.InstallationGetting StartedHandlebars templates look like regula.. 2015. 12. 2. [안드로이드] 서버/클라이언트 소켓(Socket) 통신하기 출처 : http://pulsebeat.tistory.com/24 [안드로이드] 서버/클라이언트 소켓(Socket) 통신하기 오늘은 서버, 클라이언트의 소켓(Soket) 통신에 대해서 알아보겠습니다. 기존의 많은 안드로이드 어플리케이션이 각각의 서버를 이용하여 정보를 주고 받습니다. 아무래도 기기 내에서 만으로 서비스하기에는 한계가 있기 때문이죠. 정보를 저장하고, 서버에서 처리하여 결과를 주고, 클라이언트는 그 결과를 받아서 어플리케이션에 알맞은 동작을 취하도록 합니다. 트위터 서비스나 스마트폰을 이용해서 공짜 문자(통신료 제외)를 주고 받을 수 있는 것도 서비스를 제공하는 곳에서 서버를 두기 때문입니다. 그 덕분에 핸드폰을 벗어나 더 많은 정보를 처리할 수 있도록 할 수 있습니다. 서버/클라이언트 소.. 2015. 11. 18. 이전 1 ··· 14 15 16 17 다음 반응형