ambrockets

Version, currently master branch1 version
  • master branchlatestFeb 8, 2018

github.com/faustinoaq/ambrockets

Simple Websockets example using Amber

7 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  ambrockets:
    github: faustinoaq/ambrockets
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.23.1
License
MIT
Author
Faustino Aguilar <faustinoaq@outlook.com>
Targets
  • amber from lib/amber/src/amber/cli.cr
  • ambrockets from src/ambrockets.cr

Dependencies

Runtime Dependencies

  • pg~> 0.13.4github: will/crystal-pg
  • amber0.3.6github: amberframework/amber
  • granite_orm~> 0.7.7github: amberframework/granite-orm
  • quartz_mailer~> 0.2.0github: amberframework/quartz-mailer
  • jasper_helpers~> 0.1.6github: amberframework/jasper-helpers

Development Dependencies

  • garnet_spec~> 0.1.1github: amberframework/garnet-specdev

README

# ambrockets

A simple Websockets example using [Amber Framework](https://amberframework.org/) 😎🚀

Demo: https://ambrockets.herokuapp.com

[![ambrockets](https://raw.githubusercontent.com/faustinoaq/ambrockets/master/src/assets/images/logo.png)](https://ambrockets.herokuapp.com)

## Installation

```
➜ cd ambrockets
➜ shards build ambrockets
```

## Usage

To run the demo:

```
➜ ./bin/ambrockets
```

## Contributing

1. Fork it ( https://github.com/faustinoaq/ambrockets/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request

## Contributors

- [faustinoaq](https://github.com/faustinoaq) Faustino Aguilar - creator, maintainer