Skip to content
Indrit edited this page Nov 28, 2018 · 2 revisions

Welcome to the Fasty Framework Wiki!

Compiling fasty web application on windows

  1. Install an C++ compiler, i suggest mingw downloadable from here MinGW Compiler
  2. I suggest you to use Command Prompt. So with cmd we type in mkdir mkdir command
  3. Later on we download fasty web framework from github fasty
  4. Then we extract the fasty core on the forlder
  5. Later on under the command prompt we navigate to our fasty directory and later on the source directory
  6. than we execute the batch file wich handles the compilation process and hold on our fasty web application is compiling.there may be some warnings but it is ok
  7. And whoila our fasty web application is compiled under an executable found in the bin directory ready do get executed..
  8. Execute it and it will start the web server under 8080 port, later with your browser go to http://localhost:8080 and you will see fasty web application running in production on your windows machine :)

Clone this wiki locally