0.1.5 • Published 7 years ago

gorgon v0.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Gorgon Build Status npm version npm npm

An ES6 highly scriptable, configurable, and network capable service container server for Node JS.

What is the purpose of Gorgon?

Gorgon provides a server daemon, command line interface (CLI), and API that can be used to create robust network based services. You can create scripted services that can be used to develop software defined networks of instanced micro services. Services run in service containers that can easily mount network and storage services. In the future we will also include a cross node communication network layer to easily scale your services to any size needed.

Latest News

  • RELEASE: Gorgon v0.1.5 is out - updates the service monitor. Adds initial stats and up-time monitoring, updates package dependencies, moves to --inspect debugging, and minor bug fixes and code cleanup.
  • RELEASE: Gorgon v0.1.3 is out - updates the service monitor ui / ux. This service can be used as an example to build more services - grab it in releases!
  • Update: Initial Travis-ci support. If the build shows as broke, don't worry - it 'should' run.

System Requirements

  • Node JS 6 or greater
  • Extra: System Build Tools (For Electron Apps - Run: npm run install-global)

Installation via Git

  • Clone this repository
  • Enter the directory.
  • In your console: npm install
  • Run the server: npm run babel

Installation via NPM

  • npm install gorgon
  • NOTE: NPM installation has not been tested or refined yet.

Installation from Source

  • You can obtain the full source code/package in releases.

Tests

  • Run the test suite: npm test

Dev Mode

  • Run the server: npm run babel-debug

Applications

Gorgon is a collection of applications that allow for a robust network service infrastructure.

ApplicationStatus
ServerAlpha
Web CLIDevelopment
WebSocket ClientDevelopment

Core Features

  • NOTE: This is currently pre-alpha, we will update the documentation as the server becomes more stable and capable.
FeatureStatus
ConfigBeta
LoggerBeta
Access LogsAlpha
MiddlewareAlpha
RoutingAlpha
Service ContainersBeta
Network Service LayerBeta
Storage Service LayerBeta
Error Handler ComponentsBeta
Status ServiceAlpha
SessionsDevelopment

Applications & Services

ApplicationStatus
Service MonitorBeta

Networking Service Layer

FeatureStatus
Web SocketsBeta
REST HTTP/1.1Beta
HTTP/1.1Beta
TCP/IP SocketsBeta
HTTP/2.0Development
StreamsDevelopment

Storage Service Layer

FeatureStatus
Base Storage DriverBeta
Memory Storage DriverBeta
Timed Storage DriverBeta

Planned API Integrations

FeatureStatus
AWSDevelopment

Have a contribution?

Please feel free to fork this repository and submit pull requests.

Found a Bug or Have a Suggestion?

Please report your bug or suggestion to the issues section.

Author

  • Ryan Rentfro - rrentfro at gmail dot com

License

License Information