https://github.com/faustinoaq/ambrockets
Simple Websockets example using Amber
https://github.com/faustinoaq/ambrockets
amber-framework crystal
Last synced: 7 months ago
JSON representation
Simple Websockets example using Amber
- Host: GitHub
- URL: https://github.com/faustinoaq/ambrockets
- Owner: faustinoaq
- License: mit
- Created: 2017-11-30T09:35:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T18:15:59.000Z (about 8 years ago)
- Last Synced: 2025-05-12T23:11:15.207Z (11 months ago)
- Topics: amber-framework, crystal
- Language: JavaScript
- Homepage: https://ambrockets.herokuapp.com
- Size: 173 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ambrockets
A simple Websockets example using [Amber Framework](https://amberframework.org/) 😎🚀
Demo: https://ambrockets.herokuapp.com
[](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