davidyaranon / HexToBinary_WebApp

Simple binary to hex web app using crow C++ backend. On local host http://127.0.0.1:18080/

Repository from Github https://github.comdavidyaranon/HexToBinary_WebAppRepository from Github https://github.comdavidyaranon/HexToBinary_WebApp

HOW TO RUN (must be on Linux or Ubuntu env):

cd HexToBinary_WebApp
make server
./bin/server -t templates -s static

Open http://localhost:18080/ on web browser :)

About

Simple binary to hex web app using crow C++ backend. On local host http://127.0.0.1:18080/

License:Apache License 2.0


Languages

Language:C++ 98.7%Language:C 0.8%Language:Mustache 0.2%Language:Makefile 0.1%Language:HTML 0.1%Language:JavaScript 0.1%Language:Dockerfile 0.0%