An ES6 highly scriptable, configurable, and network capable service container server for Node JS.
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.
- 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.
- Node JS 6 or greater
- Extra: System Build Tools (For Electron Apps - Run: npm run install-global)
- Clone this repository
- Enter the directory.
- In your console: npm install
- Run the server: npm run babel
- npm install gorgon
- NOTE: NPM installation has not been tested or refined yet.
- You can obtain the full source code/package in releases.
- Run the test suite: npm test
- Run the server: npm run babel-debug
Gorgon is a collection of applications that allow for a robust network service infrastructure.
Application | Status |
---|---|
Server | Alpha |
Web CLI | Development |
WebSocket Client | Development |
- NOTE: This is currently pre-alpha, we will update the documentation as the server becomes more stable and capable.
Feature | Status |
---|---|
Config | Beta |
Logger | Beta |
Access Logs | Alpha |
Middleware | Alpha |
Routing | Alpha |
Service Containers | Beta |
Network Service Layer | Beta |
Storage Service Layer | Beta |
Error Handler Components | Beta |
Status Service | Alpha |
Sessions | Development |
Application | Status |
---|---|
Service Monitor | Beta |
Feature | Status |
---|---|
Web Sockets | Beta |
REST HTTP/1.1 | Beta |
HTTP/1.1 | Beta |
TCP/IP Sockets | Beta |
HTTP/2.0 | Development |
Streams | Development |
Feature | Status |
---|---|
Base Storage Driver | Beta |
Memory Storage Driver | Beta |
Timed Storage Driver | Beta |
Feature | Status |
---|---|
AWS | Development |
Please feel free to fork this repository and submit pull requests.
Please report your bug or suggestion to the issues section.
- Ryan Rentfro - rrentfro at gmail dot com