{"id":37174287,"url":"https://github.com/hooligram/hooligram-server","last_synced_at":"2026-01-14T20:22:06.502Z","repository":{"id":57620005,"uuid":"165746089","full_name":"hooligram/hooligram-server","owner":"hooligram","description":"Hooligram backend by Hooli rooftop engineers!","archived":false,"fork":false,"pushed_at":"2019-09-24T14:44:19.000Z","size":6027,"stargazers_count":15,"open_issues_count":7,"forks_count":8,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2024-06-20T14:29:10.216Z","etag":null,"topics":["chat","golang","mysql","server","websocket"],"latest_commit_sha":null,"homepage":"https://github.com/hooligram/hooligram-docs","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hooligram.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":"2019-01-14T22:35:06.000Z","updated_at":"2023-12-13T21:48:31.000Z","dependencies_parsed_at":"2022-09-16T19:23:10.499Z","dependency_job_id":null,"html_url":"https://github.com/hooligram/hooligram-server","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/hooligram/hooligram-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooligram%2Fhooligram-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooligram%2Fhooligram-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooligram%2Fhooligram-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooligram%2Fhooligram-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hooligram","download_url":"https://codeload.github.com/hooligram/hooligram-server/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooligram%2Fhooligram-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chat","golang","mysql","server","websocket"],"created_at":"2026-01-14T20:22:05.990Z","updated_at":"2026-01-14T20:22:06.482Z","avatar_url":"https://github.com/hooligram.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hooligram Server\n\n[![Build Status](https://travis-ci.com/hooligram/hooligram-server.svg?branch=develop)](https://travis-ci.com/hooligram/hooligram-server)\n\n## System setup (Ubuntu 18)\n\n### Go\n\n1. `sudo apt install wget git`\n2. `wget -q https://storage.googleapis.com/golang/getgo/installer_linux`\n3. `chmod +x installer_linux`\n4. `./installer_linux`\n5. `go version`\n6. `go get github.com/hooligram/hooligram-server`\n7. `cd ~/go/src/github.com/hooligram/hooligram-server`\n8. `export PORT=8080`\n9. `export TWILIO_API_KEY=\u003ctwilio-verify-api-key\u003e` - [Verify](https://www.twilio.com/verify)\n10. `export MYSQL_DB_NAME=hooligram`\n11. `export MYSQL_USERNAME=\u003cusername\u003e`\n12. `export MYSQL_PASSWORD=\u003cpassword\u003e`\n13. `govendor build`\n14. `./hooligram-server`\n\n### MySQL DB\n\n1. `sudo apt update`\n2. `sudo apt install mysql-server`\n3. `sudo systemctl status mysql` - Make sure the *Active* status is *active (running)*\n4. `sudo mysql`\n5. `CREATE USER '\u003cusername\u003e'@'localhost' IDENTIFIED BY '\u003cpassword\u003e';`\n6. `GRANT ALL PRIVILEGES ON hooligram.* TO '\u003cusername\u003e'@'localhost' IDENTIFIED BY '\u003cpassword\u003e';`\n7. `CREATE DATABASE hooligram;`\n\n## Deployment\n\n### AWS EC2\n\n1. Setup AWS EC2 instance (Ubuntu 18)\n2. Copy `hooligram-developer.pem` to project *root*\n3. `export IP_ADDR=\u003caws-ec2-ip-address\u003e`\n4. `./deploy.sh`\n\n### Heroku\n\n1. `git push heroku master`\n\n## Logging\n\n1. `journalctl --pager-end --unit hooligram.service`\n\n## Test\n\n1. `go test ./...`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhooligram%2Fhooligram-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhooligram%2Fhooligram-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhooligram%2Fhooligram-server/lists"}