Skip to content
/ Wall Public

Post and talk about anything: status updates, photos, links to articles, etc

Notifications You must be signed in to change notification settings

Happening/Wall

Repository files navigation

Wall

Post and talk about anything: status updates, photos, links to articles, etc

What's Happening?

Happening is a Group App Platform for iOS, Android and the web.

Group Apps are just Javascript or CoffeeScript. The powerful Happening environment provides you with user and group details, a synchronized data store across all clients, reactive user-interface widgets, and html/css for whatever else you may want to do. That social app you've wanted to build for ages, but didn't because it'd take you weeks? You'll finish it tonight.

Getting started

On Linux/Mac, use your Bash-compatible shell. On Windows, we recommend the Git console that comes with Git - additionally you might need to install zip.exe.

  1. Clone the example code: git clone https://github.com/happening/Example.git.

  2. Create a Development Template by navigating to https://happening.im/store/106 and start the app.

  3. Copy its upload code to a file: echo 123456ab > .deploykey.

  4. Deploy your Group App using ./deploy. It should instantaneously update in your browser / app.

Manifest

manifest holds your app configuration.

  • name Group App name.
  • desciption Group App description.
  • api API version, don't use anything other than 2
  • icon Default icon, list of available icons. Alternatively, you can bundle your own icon.svg.

Distribution

The Developer Console will also show a share code. Search for this code in the Group App Store of other happenings to add your new App (making it instantaneously available to all its members!).

Once added in another happening, a Group App will be upgraded within 60 minutes of you updating the version in "My group apps". Use exports.onUpgrade in server.coffee to update data store items if they change between versions. The Developer Console allows you to inspect the App's data store in these other happenings to aid debugging.

If you feel your Group App should be listed in the Group App store, send us a message. Be sure to include the install code and a group code where we can see your App in action.

About

Post and talk about anything: status updates, photos, links to articles, etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published