Skip to content

hivesolutions/colony-plugins

Repository files navigation

This project contains the base plugins that provide the rich functionality associated with the Colony Framework. Here you'll find everything from the HTTP server, to the Web MVC stack, the Build Automation infrastructure, and everything else we call base.

The Colony Framework is an open-source plugin framework specification. Implementations of the specification offer a runtime component model, allowing plugins to be installed, started, stopped, updated, and uninstalled without requiring the application container to be stopped. The specification relies heavily on the Inversion of control principle, in order to make it easier for application components to discover and interact with each other.

Colony aims to eliminate the complexity typically associated with the creation of modular applications, through a simplified unified model for component development. Practical applications can range from modular enterprise software to application mashing.

Quick start

  • Download Colony.
  • Unzip the file, which will create a colony directory.
  • Download the Colony Base Plugins.
  • Unzip the file's contents into the colony directory.
  • Go to colony/scripts/
  • Run the command 'colony'
  • Check out that the Colony Web Server is up and running.
  • Go to Colony Manager and manage your plugins.

Features

  • Build Automation infrastructure.
  • Entity Manager ORM.
  • Distribution stack for "viral" distribution.
  • APNS Client.
  • DNS Client.
  • HTTP Client.
  • LDAP Client.
  • mDNS Client.
  • SMTP Client.
  • i18n stack.
  • JSON-RPC Client.
  • XML-RPC Client.
  • BitTorrent Service.
  • DNS Service.
  • HTTP Service.
  • IRC Service.
  • mDNS Service.
  • POP Service.
  • SMTP Service.
  • Telnet Service.
  • XMPP Service.
  • Thread pool.
  • Full-text search infrastructure.
  • MVC Stack.
  • and more...

Contributing

Colony is currently in its early development stages, and we are open to contributions across various areas of work. The best ways to get involved:

  1. Join the mailing list.
  2. Send pull requests for bug fixes or new features and improvements.
  3. Help make the docs better.

Project information

License

Colony is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status Build Status GitHub Coverage Status