{"id":19538853,"url":"https://github.com/fusesource/coffeebar","last_synced_at":"2026-02-21T22:32:02.846Z","repository":{"id":136205027,"uuid":"2637443","full_name":"fusesource/coffeebar","owner":"fusesource","description":"The CoffeScript based Web Framework for Rapid Application Development.","archived":false,"fork":false,"pushed_at":"2012-03-05T17:57:26.000Z","size":712,"stargazers_count":31,"open_issues_count":0,"forks_count":3,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-07-02T17:09:09.326Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fusesource.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-10-24T16:27:36.000Z","updated_at":"2016-05-30T20:10:21.000Z","dependencies_parsed_at":"2023-03-13T11:04:27.735Z","dependency_job_id":null,"html_url":"https://github.com/fusesource/coffeebar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fusesource/coffeebar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusesource%2Fcoffeebar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusesource%2Fcoffeebar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusesource%2Fcoffeebar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusesource%2Fcoffeebar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fusesource","download_url":"https://codeload.github.com/fusesource/coffeebar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusesource%2Fcoffeebar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29695781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: 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":"2024-11-11T02:37:05.722Z","updated_at":"2026-02-21T22:32:02.831Z","avatar_url":"https://github.com/fusesource.png","language":"JavaScript","funding_links":[],"categories":["开发框架"],"sub_categories":["Web框架"],"readme":"# CoffeeBar\n\nCoffeeBar is a CoffeScript based Web Framework for Rapid Application Development of the UI and it \ncommunicates using REST JSON services implemented in Java via JAXRS.  It assembles \ntogether bunch of awesome tools such as: \n[CoffeeScript](http://jashkenas.github.com/coffee-script/), \n[Backbone.js](http://documentcloud.github.com/backbone/), \n[Underscore.js](http://documentcloud.github.com/underscore/), \n[CoffeeJade](https://github.com/fusesource/coffeejade),\n[jQuery](http://jquery.com/),\nand [Require.js](http://requirejs.org/).\n\n# Requirements\n\n* [Maven 3](http://maven.apache.org/download.html)\n\n# Directory Structure\n\nCoffeeBar uses a standard maven layout to build a WAR that can be deployed\nto a Java servlet container.  The main directories you need to be familiar with\nare:\n\n    src/\n      main/\n        webapp/\n          app/ - Your client side CoffeeScript Application\n            controllers/ - Your Application Controlers\n            models/ - Your Application Models\n            views/ - Your Application views\n            frameworks/ - 3rd party CSS and JavaScript\n          img/ - image assets\n          styles/ - CSS assets\n          WEB-INF/ \n        scala/ - Your Server Side REST services\n\n# Development Mode\n\nCompile an continue looking for file to \n\nStart the embedded HTTP server by running `mvn jetty:run` or by\nrunning the `org.fusesource.coffeebar.HttpServer` class in your IDE.\n\nIn another terminal window you should run `mvn brew:compile -Dbrew.watch=true` \nto scan for changes in your .coffee or .jade files and compile them to java script.\n\nOpen you browser to http://127.0.0.1:8080 to view the app.  If you are going\nto be updating the app make sure you use the latest Chrome beta which supports\ndisabling the browser cache.  \n\n# Production Mode\n\nBuild with `mvn install`.  The resulting war with minified JavaScript and CSS will\nbe in the `target` directory.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffusesource%2Fcoffeebar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffusesource%2Fcoffeebar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffusesource%2Fcoffeebar/lists"}