Main Page

Category카테고리 :

NoticeBorad게시판 / linux리눅스 / php / nodejs /website웹사이트

/ ReactNative / Kotlin / Swift / Cubase / QT / ServerApps

react-native-freelifemakers-ui

  • [Webserver]miniWebserver – (1)

    👉🏻 웹서버의 구조를 이해하기 위해서 아주 간단한 웹서버를 만들어보려고 합니다.To understand the structure of a web server, I am going to try building a very simple web server. 👉🏻 같이 재미있게 만들어 봅시다.Let’s have fun making this together. 👉🏻 아래는 브라우저에 간단한 메시지를 출력합니다.The following outputs a simple message to the browser. 👉🏻 설명은 코드주석을…


  • [Webserver]httplib webserver+Websocket

    👉🏻 아래는 웹소켓에 대한 설명입니다.Below is an explanation of WebSockets. 👉🏻 웹소켓은 서버와 클라이언트간의 양방향 통신을 가능하게 합니다.WebSockets enable bidirectional communication between a server and a client. 👉🏻 아래의 코드는 웹소켓을 사용해서 간단한 채팅기능을 구현한 것입니다.The code below implements a simple chat function using WebSockets. 👉🏻 터미널과 브라우저간의 채팅이 가능합니다.Chatting between the terminal and the…


  • [Webserver]httplib webserver+SSE

    👉🏻 SSE는 서버가 클라이언트로 실시간 데이터를 스트리밍(전송)할 수 있도록 해주는 기술입니다.SSE (Server-Sent Events) is a technology that allows the server to stream real-time data to the client. 👉🏻 SSE 서버 및 클라이언트 / SSE Server and Client ✔️ 코드 / Code — sse_server.cpp — sse_client.cpp — sse server — sse client ✔️실행 / Run —…