{"id":15713988,"url":"https://github.com/hashnuke/power-house","last_synced_at":"2025-10-08T16:08:24.748Z","repository":{"id":10071352,"uuid":"12125816","full_name":"HashNuke/power-house","owner":"HashNuke","description":null,"archived":false,"fork":false,"pushed_at":"2013-09-05T14:32:33.000Z","size":248,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T19:29:27.181Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"GitHubbubble/rischalgorithm","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HashNuke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-15T03:49:55.000Z","updated_at":"2023-09-01T08:36:55.000Z","dependencies_parsed_at":"2022-09-10T17:42:40.174Z","dependency_job_id":null,"html_url":"https://github.com/HashNuke/power-house","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HashNuke/power-house","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fpower-house","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fpower-house/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fpower-house/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fpower-house/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HashNuke","download_url":"https://codeload.github.com/HashNuke/power-house/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fpower-house/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278972800,"owners_count":26078104,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T21:34:26.325Z","updated_at":"2025-10-08T16:08:24.715Z","avatar_url":"https://github.com/HashNuke.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerHouse\n\nW.I.P - hence stuff is either broken or not there\n\n### Goal\n\nA basic app for hosting websockets-based games.\n\n### Running this\n\n* Install Erlang and Elixir\n\n* Clone this repo, get dependencies and compile application\n\n        git clone https://github.com/HashNuke/power-house.git power-house\n        cd power-house\n        mix deps.get\n        mix relex.assemble\n\n* To start the app\n\n        iex -S mix\n\n* Visit `http://localhost:8080`\n\n* If you change routes, you'll need to run the following in your console.\n\n        r(PowerHouse) \u0026\u0026 PowerHouse.reload_routes()\n\n* For any other module changes or new modules, recompile it using `r(YourModule)` or `c(\"path/to/module.ex\")` in the `iex` console itself.\n\n### Usage\n\n* Drop all your static assets in `app/assets`. Say you have `app/assets/sample.png`, it can be accessed on the app at `/assets/sample.png`\n\n* Put anything in `app/views` with a `.dtl` extension and it'll be compiled.\n\n  Suppose you have `app/views/index.dtl`, you'll can render the template using `:app_views.index([])`.\n  If you have to pass any variables use something like this `:app_views.index([greeting: 'Hello World'])`\n\n  For views, ErlDTL (\u003chttps://github.com/evanmiller/erlydtl\u003e) is being used. It is an implementation of Django templates in Erlang.\n\n### Notes\n\nI don't know how to deploy using erlang releases yet. I was informed that Elixir doesn't yet have deployment/release mechanisms built in the `mix` tool. Rumour is that it's coming in v1.0. But this works for me now.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashnuke%2Fpower-house","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashnuke%2Fpower-house","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashnuke%2Fpower-house/lists"}