{"id":25347668,"url":"https://github.com/ascrus/webfx","last_synced_at":"2026-05-14T12:35:30.092Z","repository":{"id":91622257,"uuid":"469064965","full_name":"ascrus/webfx","owner":"ascrus","description":"Extending JavaFX Web functionality","archived":false,"fork":false,"pushed_at":"2023-04-08T15:16:20.000Z","size":2767,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T18:54:59.079Z","etag":null,"topics":["browser-automation","javafx-application","web-application"],"latest_commit_sha":null,"homepage":"","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ascrus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.RU.md","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":"2022-03-12T11:38:05.000Z","updated_at":"2023-07-18T09:11:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa1067da-019d-4910-8227-4cc8ffb899d2","html_url":"https://github.com/ascrus/webfx","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ascrus/webfx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ascrus%2Fwebfx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ascrus%2Fwebfx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ascrus%2Fwebfx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ascrus%2Fwebfx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ascrus","download_url":"https://codeload.github.com/ascrus/webfx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ascrus%2Fwebfx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278219817,"owners_count":25950358,"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-03T02:00:06.070Z","response_time":53,"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":["browser-automation","javafx-application","web-application"],"created_at":"2025-02-14T14:57:48.080Z","updated_at":"2025-10-03T20:13:41.524Z","avatar_url":"https://github.com/ascrus.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebFX application\n## About\nWebFX is an application that allows you to organize the work of users through a thin client with your applications, \nwhose interface is implemented through a web server.\n\nThe idea of the program is to allow creating a single workspace for users to work with web resources of local and \nexternal web servers, where the user does not need to install and configure a browser.\n\nYou describe pre-installed resource configurations for users and include them in the installation, users immediately \nreceive a customized environment for working with your web portals and sites.\n\nThe program can be used as a regular browser, where the user can add their own sites and save them to favorites, \nbut the JavaFX components themselves do not fully work with modern protocols, so not all web resources can work and display correctly.\n\nIn addition to working with external sources, the program can run local web servers on the user's machine,\nwhich will automatically start when they are accessed from the program and stop when the user finishes working with them.\n\nThe program uses only open source solutions, is cross-platform and free for distribution.\n\n## Installation\n1. Download installation:\n[Windows 64 version 1.0.9](https://easydata.ru/download/easyworkspace/EasyWebFx_windows-x64_1_0_9.exe);\n2. Install the program in the specified directory;\n3. If necessary, edit in the installed directory EasyWebFx file engine.conf.\n\n## Working with favorite sites\n* To add a site to favorites, open it from menu File/Open site and select from menu File/Save to favorites;\n* To rename a site in favorites, open it and select  from the menu File/Rename in favorites;\n* To remove a site from favorites, open it and select file/Remove from favorites from the menu.\n\nNaming rules:\nWhen naming a site in favorites, you need to set the Group Name/Site Name in the favorites menu \n(example: Search/Google).\n\nFavorite sites preset:\nYou can describe the favorites.conf file yourself and copy it to users along with \nthe installation at the place where the program is installed.\n\n## Working with local servers\nYou can attach your own programs with a built-in web server to the installation, \nwhich must be launched when the user accesses them via localhost.\n\nTo do this, in engine.conf, write the desired configuration in the server section:\n```\nname_server {\n    url = 'http://localhost:8080'\n    command = '{SERVER_HOME}/bin/webserver'\n    shutdown = 'actuator/shutdown'\n    shutdown_timeout = 120\n    encode = 'utf-8'\n}\n```\nWhere:\n* name_server: server name\n* url: server url\n* command: OS command to start the server\n* shutdown: web service name to stop the server\n* shutdown_timeout: server stop timeout\n* encode: server console code page\n\nIf the user opens a page that links to the server url, then the server is automatically started.\nUntil the server starts pinging on the web port, the interface will display the log console of \nits loading. As soon as it loads successfully, the html page of the server will appear \ninstead of the log.\n\nWhen the user closes the tab with the server page or the application itself, the server will be \nautomatically stopped.\n\nWhen stopping the server using a web service, it is expected that the called web service does not \nhave authorization and works via POST. If the service returned an error or the server did not \nstop after the specified timeout time, then the server will be stopped forcibly as an OS process.\n\n## Working with sources through a proxy server\nIn file engine.conf, uncomment the required properties into https and http sections.\n\n## Screenshots\nOpen site from favorites:\n![Open site from favorites](../master/screenshots/screen1.png)\n\nStarting a local web server:\n![Starting a local web server](../master/screenshots/screen2.png?raw=true)\n\nWork with local web portal based on Getl:\n![Work with local web portal based on Getl](../master/screenshots/screen3.png?raw=true)\n\nReal-time display via sockets of the log of the called task via the local web server:\n![Real-time display via sockets of the log of the called task via the local web server](../master/screenshots/screen4.png?raw=true)\n\nWorking with external documentation systems:\n![Working with external documentation systems](../master/screenshots/screen5.png?raw=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fascrus%2Fwebfx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fascrus%2Fwebfx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fascrus%2Fwebfx/lists"}