{"id":28440281,"url":"https://github.com/haxefoundation/tora","last_synced_at":"2026-02-20T23:02:29.335Z","repository":{"id":8633622,"uuid":"10280228","full_name":"HaxeFoundation/tora","owner":"HaxeFoundation","description":"NekoVM Application Server","archived":false,"fork":false,"pushed_at":"2020-06-13T20:21:14.000Z","size":103,"stargazers_count":30,"open_issues_count":4,"forks_count":18,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-10-23T20:46:59.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haxe","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mqttjs/MQTT.js","license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HaxeFoundation.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.txt","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-25T05:49:32.000Z","updated_at":"2024-06-18T19:28:02.000Z","dependencies_parsed_at":"2022-09-10T03:20:44.655Z","dependency_job_id":null,"html_url":"https://github.com/HaxeFoundation/tora","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HaxeFoundation/tora","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaxeFoundation%2Ftora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaxeFoundation%2Ftora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaxeFoundation%2Ftora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaxeFoundation%2Ftora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HaxeFoundation","download_url":"https://codeload.github.com/HaxeFoundation/tora/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaxeFoundation%2Ftora/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29667119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T19:49:36.704Z","status":"ssl_error","status_checked_at":"2026-02-20T19:44:05.372Z","response_time":59,"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":[],"created_at":"2025-06-06T03:39:23.652Z","updated_at":"2026-02-20T23:02:29.320Z","avatar_url":"https://github.com/HaxeFoundation.png","language":"Haxe","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tora\n\n[![Build Status](https://travis-ci.org/HaxeFoundation/tora.svg?branch=master)](https://travis-ci.org/HaxeFoundation/tora)\n\nNekoVM Application Server\n\n## quick start\n\n1. Install neko, which includes `mod_neko*.ndll` and `mod_tora*.ndll` (`*` should be a number).\n\n2. Enable mod_neko and mod_tora in the apache configuration file:\n ```\n LoadModule neko_module path/to/mod_neko*.ndll\n LoadModule tora_module path/to/mod_tora*.ndll\n AddHandler tora-handler .n\n DirectoryIndex index.n\n ```\n\n3. Compile and launch the tora server.\n ```\n cd path/to/tora\n haxe tora.hxml\n neko tora.n\n ```\n\n4. Compile a index.n, which is the application code.\n ```haxe\n // Index.hx\n class Index {\n \tstatic function main():Void {\n \t\ttrace(\"hello world!\");\n \t}\n }\n ```\n ```\n # build.hxml\n -neko index.n\n -main Index\n ```\n\n5. Place `index.n` in the `DocumentRoot` as specified by the apache configuration file.\n\n6. Visit the address and port (`Listen`, `ServerName`, and/or `VirtualHost`) as specified by the apache configuration file. It is usually `http://localhost/` or `http://localhost:8080/`. The page should show `Index.hx:3: hello world!`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaxefoundation%2Ftora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaxefoundation%2Ftora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaxefoundation%2Ftora/lists"}