All Projects → comet-dev → CometJS

comet-dev / CometJS

Licence: other
Desktop Development built up on, Javascript, HTML, CSS, Chromium and Firefox.

Programming Languages

javascript
184084 projects - #8 most used programming language
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects
Batchfile
5799 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to CometJS

chromium-android-extension
Patches that add extension support to chromium on Android.
Stars: ✭ 44 (+266.67%)
Mutual labels:  chromium
HandyBrowser
A Handshake enabled Chromium web browser and reference client; works with HSD and the HNSD light client. Use our example to build or integrate Handshake into any browser.
Stars: ✭ 101 (+741.67%)
Mutual labels:  chromium
selenium cdp
Selenium 4x, executing Chrome DevTools Protocol commands
Stars: ✭ 33 (+175%)
Mutual labels:  chromium
NativeMessaging
C# Chome Native Messaging Library
Stars: ✭ 55 (+358.33%)
Mutual labels:  chromium
ungoogled-chromium-void
Ungoogled Chromium template and builds for Void Linux
Stars: ✭ 35 (+191.67%)
Mutual labels:  chromium
Browser
A productivity focused web browser
Stars: ✭ 49 (+308.33%)
Mutual labels:  chromium
laravel-chat
chat application build with laravel and gopusher gateway.
Stars: ✭ 32 (+166.67%)
Mutual labels:  comet
chromium-notifier
Chromium browser extension that provides browser and extensions update notifications and extensions management functionality. Chromium versions are synced with Woolyss' Website.
Stars: ✭ 68 (+466.67%)
Mutual labels:  chromium
raspberry-pi-kiosk
A simple set of commands to set up a raspberry pi for use as a stand alone kiosk screen
Stars: ✭ 45 (+275%)
Mutual labels:  chromium
geoguessrnim
GeoGuessr browser plugin, hide Ads, Filters for StreetView and Mapillary for Chromium and Firefox
Stars: ✭ 17 (+41.67%)
Mutual labels:  chromium
WebView-Advanced
A collection of android webview hack
Stars: ✭ 25 (+108.33%)
Mutual labels:  chromium
Chromium-Gost
Chromium с поддержкой алгоритмов ГОСТ
Stars: ✭ 286 (+2283.33%)
Mutual labels:  chromium
Colorblinding
An extension for Google Chrome (and Chromium) that simulates the website as a color vision impaired person would see.
Stars: ✭ 25 (+108.33%)
Mutual labels:  chromium
playwright-demos
playwright for scrapping and UI testing / automate testing workflows
Stars: ✭ 65 (+441.67%)
Mutual labels:  chromium
chromiumUpdater
Downloads Chromium for Android and keeps it updated
Stars: ✭ 69 (+475%)
Mutual labels:  chromium
docker-chromium
Docker container with Chromium desktop and a Web VNC client allowing you to run Chromium on any server you have
Stars: ✭ 64 (+433.33%)
Mutual labels:  chromium
cefgo
Go bindings for the Chromium Embedded Framework (CEF)
Stars: ✭ 20 (+66.67%)
Mutual labels:  chromium
balena-chromium-kiosk
BalenaOS/BalenaCloud based Kiosk using Chromium on a RaspberryPi
Stars: ✭ 46 (+283.33%)
Mutual labels:  chromium
OldCEF4Delphi
OldCEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi.
Stars: ✭ 55 (+358.33%)
Mutual labels:  chromium
heroku-playwright-buildpack
Buildpack for running Playwright with Chromium and Firefox on Heroku.
Stars: ✭ 34 (+183.33%)
Mutual labels:  chromium

CometJS

Builds Badges
Linux/Mac/Windows Build Status
Developments devDependency Status
Dependencies Dependency Status
Versions Badges
NPM npm version
Prerelease GitHub version

Overview

CometJS is simple software development for building desktop applications.

It 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!

To test if your app works, use: comet test <app>

CometJS 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.

And the best parts of all are:

  • You can run apps in Javascript.
  • You can deploy them on a running Javascript client-side foundation.
  • All the binaries you need are in one place.

Downloads

Npm install CometJS and get started, but be sure you also install it's cli as well.

# npm install Comet locally or globally to your PATH
npm install comet-dev

# install the cli and ices
npm install comet-cli
npm install ices
# Example for creating an app
comet new my-app
cd my-app
comet serve my-app.comet.com

Contributing

  • Send an issue!
  • Check out the CONTRIBUTING.md for more information on contributing to this project.
  • Download Source Code

Note: CometJS is still in development, and more hands are better than some!

Examples and Quickstart

Run the See a Comet app in action with (WIP): comet-dev/comet-app-start

Run the sdk to customize your app (WIP): comet-dev/comet-app-sdk

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].