Skip to content

SanyaZ7/webCpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webCpp

A simple example of a C++ web application
I use nginx, Fastcgi,CodeBlocks, https://github.com/no1msd/mstch
Extract mstch-master in webCpp folder.
Compile mstch target in CodeBlocks editor
sudo apt install libfcgi-dev
sudo apt install nginx
sudo apt-get install libboost-all-dev
sudo apt install codeblocks
server {
listen 80 default_server;
server_name localhost;
location / {
fastcgi_pass 127.0.0.1:900
0; include fastcgi_params;
}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages