{"id":19549132,"url":"https://github.com/bsfishy/slik","last_synced_at":"2026-06-11T18:31:14.499Z","repository":{"id":89737959,"uuid":"91914028","full_name":"BSFishy/Slik","owner":"BSFishy","description":"A Java websocket framework based on Slim for PHP","archived":false,"fork":false,"pushed_at":"2017-05-26T22:15:47.000Z","size":3357,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T06:34:16.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BSFishy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-20T20:15:49.000Z","updated_at":"2017-05-20T20:23:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"de5c2567-fb09-42c3-9140-36d278f5b5a2","html_url":"https://github.com/BSFishy/Slik","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BSFishy/Slik","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BSFishy%2FSlik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BSFishy%2FSlik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BSFishy%2FSlik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BSFishy%2FSlik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BSFishy","download_url":"https://codeload.github.com/BSFishy/Slik/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BSFishy%2FSlik/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34213180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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-11-11T03:58:01.242Z","updated_at":"2026-06-11T18:31:14.494Z","avatar_url":"https://github.com/BSFishy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slik [![Build status][2]][3] [ ![Download][4] ][5]\nSlik is a Java framework for websockets, based around the Slim PHP framework. Many things were meant to be the same between the two, but there are a few key changes:\n\n 1. The main `Slik` class is mostly static. There is no need to define an `App` variable.\n 2. You can set the IP and the port for Slik to run on.\n 3. You do not have to depend on external applications to run Slik. You do not have to have Apache, PHP, or whatever else you had when you were using Slim.\n 4. You have more overall customisability on Slik over Slim.\n 5. And the most obvious one: It's in Java!\n\n## Using Slik as a dependency\nSlik is setup with Bintray, so it is easier than ever to get official and beta releases of Slik. Use the following code in your Gradle project to use Slik:\n\n    repositories {\n        maven {\n            url  \"http://dl.bintray.com/lousylynx/dev\" \n        }\n    }\n    \n    dependencies {\n        compile 'com.lousylynx:slik:X.X.X-X'\n    }\n\n## Building\nTo build Slik, follow these simple steps:\n\n 1. Download the Slik source code. You can do so at this [link][1].\n 2. Once you are in the folder with Slik, run in the terminal: `gradlew build` for Windows, or `./gradlew build` for Linux or OSX\n 3. Now Slik has been compiled into the `build/libs` folder\n \n  [1]: https://github.com/LousyLynx/Slik/archive/master.zip\n  [2]: https://travis-ci.org/LousyLynx/Slik.svg\n  [3]: https://travis-ci.org/LousyLynx/Slik\n  [4]: https://api.bintray.com/packages/lousylynx/dev/Slik/images/download.svg\n  [5]: https://bintray.com/lousylynx/dev/Slik/_latestVersion","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsfishy%2Fslik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsfishy%2Fslik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsfishy%2Fslik/lists"}