Search code examples
javac++browsersoftware-distributiondocumentviewer

Source code (java and C++) browser/viewer for my website


I want to include a code browser in my portafolio so pelople can navegate though my projects source code (C++ and Java mainly) without having to download anything.

Note that I want it to be inside my server hosting.

I have been trying to find something with Google but I only get results for HTML source browser and/or local browsers.

Thanks


Solution

  • You can look at hosting a GitLab server on your own domain. It is similar to GitHub. More here.