Builds | Badges |
---|---|
Linux/Mac/Windows | |
Developments | |
Dependencies |
Hound Builds | Badges |
---|---|
Overall | |
Developments | |
Dependencies | |
Code |
CometJS is simple software development for building desktop applications.
CometJS specializes in creating applications, but can also host them in a browser window. This practically sets it apart from the other popular frameworks, however, the app must be tested on the "web". Comet sends your app to a server (through desktop), but the common server is 1.100.COMET. From there, your app is public to share with the world from the "web" (on desktop, web window).
To test if your app is valid, use: comet test <app>
Note: CometJS is still in development!
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 some Firefox implementations.
On the contrary, npm install CometJS and get started. In addition, when you install CometJS, be sure you also install it's cli as well.
# npm install Comet locally or globally to your PATH
npm install comet
# install the cli
npm install comet-cli
# Example for creating an app
comet new my-app
cd my-app
comet serve my-app.comet.com
- Send an issue!
- Check out the CONTRIBUTING.md for more information on contributing to this project.
Demo Web UI - http://mosesag0813.github.io/Comet-Example
Run the See a Comet app in action with comet-dev/comet-app-start
Run the sdk to customize your app (experimental): comet-dev/comet-app-sdk