https://github.com/knownasilya/denali-sockets
https://github.com/knownasilya/denali-sockets
denali denali-addon socket-io
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/knownasilya/denali-sockets
- Owner: knownasilya
- License: mit
- Created: 2018-04-19T19:32:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T19:33:21.000Z (about 8 years ago)
- Last Synced: 2025-03-27T22:43:24.877Z (about 1 year ago)
- Topics: denali, denali-addon, socket-io
- Language: JavaScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Denali Sockets
Support for real time data flow via websockets.
Currently this supports socket.io, but the intention is to support multiple web socket implementations.
## Getting Started
First install this addon using:
```sh
yarn add denali-sockets
# or
npm install --save denali-sockets
```
> From here on I'll be using `yarn` in the examples.
After installation you should have a new `app/namespaces/application.js` file which should be enough to
get started with sockets.
## Developing
1. Clone the repo down
2. `npm install`
3. `denali server`
4. Hit [localhost:3000](http://localhost:3000)
## Tests
```sh
$ denali test
```