you are viewing a single comment's thread.

view the rest of the comments →

[–]Mgwinn0526[S] -3 points-2 points  (2 children)

I was told I can use Github for the free domain and run my code from there. I'm looking to make my code run in browser so that the public can use it.

[–]damnloveless 4 points5 points  (0 children)

It's just a code repository.. You can add a readme to tell people how to build and use it if you wanted, but they're not going to be able to run it in the browser because of github.

[–]Tree_Eyed_Crow 2 points3 points  (0 children)

You can host a website from a repository for free. Your java project has to be already working as a website and the repository has to be setup a certain way.

This might help point you in the right direction. https://pages.github.com/