{"id":23921553,"url":"https://github.com/comet-dev/cometjs","last_synced_at":"2025-04-11T22:40:30.432Z","repository":{"id":57171299,"uuid":"46591606","full_name":"comet-dev/CometJS","owner":"comet-dev","description":"Desktop Development built up on, Javascript, HTML, CSS, Chromium and Firefox.","archived":false,"fork":false,"pushed_at":"2017-02-23T16:43:46.000Z","size":14889,"stargazers_count":13,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T18:49:13.579Z","etag":null,"topics":["chromium","comet","desktop","desktop-development","javascript"],"latest_commit_sha":null,"homepage":"http://comet-js.com","language":"JavaScript","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/comet-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-20T23:04:17.000Z","updated_at":"2024-02-27T08:58:11.000Z","dependencies_parsed_at":"2022-08-27T13:11:36.432Z","dependency_job_id":null,"html_url":"https://github.com/comet-dev/CometJS","commit_stats":null,"previous_names":["mosesag0813/comet"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comet-dev%2FCometJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comet-dev%2FCometJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comet-dev%2FCometJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comet-dev%2FCometJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/comet-dev","download_url":"https://codeload.github.com/comet-dev/CometJS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248493007,"owners_count":21113159,"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","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":["chromium","comet","desktop","desktop-development","javascript"],"created_at":"2025-01-05T16:18:36.726Z","updated_at":"2025-04-11T22:40:30.401Z","avatar_url":"https://github.com/comet-dev.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"http://www.comet-dev.com\"\u003e\n\u003cimg src=\"http://nebula.wsimg.com/bd4eb81da0db5a7ebdf585ca67c19549?AccessKeyId=6AF0847A48BE134CF5A5\u0026disposition=0\u0026alloworigin=1\" width=\"360\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n# CometJS\n\n Builds | Badges\n---------- | ----------\nLinux/Mac/Windows |[![Build Status](https://travis-ci.org/comet-dev/CometJS.svg?branch=master)](https://travis-ci.org/comet-dev/CometJS) \n Developments |[![devDependency Status](https://david-dm.org/comet-dev/CometJS/dev-status.svg)](https://david-dm.org/comet-dev/CometJS#info=devDependencies)\n  Dependencies|[![Dependency Status](https://david-dm.org/comet-dev/CometJS.svg)](https://david-dm.org/comet-dev/CometJS)\n  \n Versions | Badges\n----------|---------\nNPM | [![npm version](https://badge.fury.io/js/comet-dev.svg)](https://badge.fury.io/js/comet-dev)\nPrerelease | [![GitHub version](https://badge.fury.io/gh/comet-dev%2FCometJS.svg)](https://badge.fury.io/gh/comet-dev%2FCometJS)\n\n## Overview\n\nCometJS is simple software development for building desktop applications.\n\nIt can specialize in creating applications, as well as previewing them in a browser window. This practically sets it apart from the other popular JS frameworks. Comet sends your app to a server (through the desktop) in a intuitive window, on Windows, Mac, or Linux. From there, your app is public to share with the world from the desktop as if it were a platform made on ice!\n\nTo test if your app works, use: ```comet test \u003capp\u003e```\n\nCometJS is simply front-end desktop development, user interaction in all (Comet's UI), and precise back-end desktop development, with plugins and apis working coherently in pure javascript in order to keep the easy workflow. With the back-end desktop development, CometJS is running on Chromium, with stable-integrated Firefox implementations. Running on Gecko makes it unique, creating a beautiful layout, as well as a good build system.\n\nAnd the best parts of all are:\n- You can run apps in **Javascript**.\n- You can deploy them on a running Javascript client-side foundation.\n- All the binaries you need are in one place.\n\n## Downloads\n[Npm install](https://www.npmjs.com/package/CometJS) CometJS and get started, but be sure you also install it's [cli](https://github.com/comet-dev/cli) as well. \n```sh\n# npm install Comet locally or globally to your PATH\nnpm install comet-dev\n\n# install the cli and ices\nnpm install comet-cli\nnpm install ices\n```\n```sh\n# Example for creating an app\ncomet new my-app\ncd my-app\ncomet serve my-app.comet.com\n```\n\n## Contributing\n- Send an [issue](https://github.com/comet-dev/CometJS/issues)!\n- Check out the [CONTRIBUTING.md](https://github.com/comet-dev/CometJS/blob/master/CONTRIBUTING.md) for more information on contributing to this project.\n- Download Source Code\n\n\u003e Note: CometJS is still in development, and more hands are better than some!\n\n## Examples and Quickstart\n\nRun the See a Comet app in action with (WIP): ```comet-dev/comet-app-start```\n\nRun the sdk to customize your app (WIP): ```comet-dev/comet-app-sdk```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomet-dev%2Fcometjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomet-dev%2Fcometjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomet-dev%2Fcometjs/lists"}