본문 바로가기
개념공부/기타

C++ 코드를 웹 서비스/어플리 케이션으로 만드는 방법

by Zach Choi 2022. 4. 27.
728x90
반응형

참조 1 : https://nlesc-jcer.github.io/cpp2wasm/#/?id=javascript-web-service 

 

Guide to make C++ available as a web application

 

nlesc-jcer.github.io

참조 2 : https://www.tutorialspoint.com/cplusplus/cpp_web_programming.htm

 

C++ Web Programming

C++ Web Programming What is CGI? The Common Gateway Interface, or CGI, is a set of standards that define how information is exchanged between the web server and a custom script. The CGI specs are currently maintained by the NCSA and NCSA defines CGI is as

www.tutorialspoint.com

 

728x90
반응형

'개념공부 > 기타' 카테고리의 다른 글

CUDA 예제 프로그램 작성 및 실행  (0) 2022.04.28
CUDA Tool kit 설치  (0) 2022.04.28
정적 라이브러리와 동적 라이브러리  (0) 2022.04.26
라이센스 검색 시스템  (0) 2022.04.25
CUDA 2. Programming Model  (0) 2022.04.24