Skip to content

Commit 2dfbf5f

Browse files
committed
README.md
1 parent 6281f7e commit 2dfbf5f

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ Please note, at this moment there is no difference in permissions for admin user
3232

3333
## Features and implemented projects
3434

35-
- A Loopback REST API with authentication enabled built on the [Loopback Generator](https://www.npmjs.org/package/generator-loopback)
35+
- A LoopBack REST API with authentication enabled built on the [LoopBack Generator](https://www.npmjs.org/package/generator-loopback)
3636
- A GUI built with AngularJS based on the [Angular Generator](https://github.com/yeoman/generator-angular)
3737
- Angular UI-Router
3838
- JSON-based based forms by [angular-formly](https://formly-js.github.io/angular-formly/)
3939
- Notifications by [angular-toasty](https://github.com/Salakar/angular-toasty)
40-
- File upload with [Loopback storage services](https://github.com/strongloop/loopback-component-storage/)
40+
- File upload with [LoopBack storage services](https://github.com/strongloop/loopback-component-storage/)
4141
- Admin template powered by [almasaeed2010/AdminLTE](https://github.com/almasaeed2010/AdminLTE)
4242
- Markdown Editor with live preview with [angular-markdown-editor](https://github.com/JimLiu/angular-markdown-editor)
4343
- Bunch of useful filters for AngularJS: [a8m/angular-filter](https://github.com/a8m/angular-filter)
4444
- [t4t5/sweetalert](https://github.com/t4t5/sweetalert) provided by [oitozero/ngSweetAlert](https://github.com/oitozero/ngSweetAlert)
4545
- Automatically growing textarea's by [monospaced/angular-elastic](https://github.com/monospaced/angular-elastic)
46-
- Social authentication with [Loopback passport](https://github.com/strongloop/loopback-component-passport/)
46+
- Social authentication with [LoopBack passport](https://github.com/strongloop/loopback-component-passport/)
4747
- Multi-language support by [rubenv/angular-gettext](https://github.com/rubenv/angular-gettext)
4848
- User management
4949
- Loading indicators [chieffancypants/angular-loading-bar](https://github.com/chieffancypants/angular-loading-bar)?
@@ -154,6 +154,12 @@ These commits might be useful when extending the functionality.
154154
- [Add custom method to the API](https://github.com/beeman/loopback-angular-admin/commit/eedbd03f755ddf2234872886ee390ac4f6753c64)
155155
- [Rename a model](https://github.com/beeman/loopback-angular-admin/commit/88254ce59af29818aec900514693e3fe6c94acea)
156156

157+
### WebSockets / socket.io
158+
159+
At this moment there is no integration for socket.io or websockets, nor will there be in the near future. Once LoopBack has integrated support for it we will leverage from that.
160+
161+
Having that said, it's certainly possible to integrate socket.io, check [this](https://github.com/beeman/loopback-angular-admin/pull/44) pull request by [@movibe](https://github.com/movibe).
162+
157163
# Issues
158164

159165
If you have any problems please [contact me](https://github.com/beeman/loopback-angular-admin/issues/new).

0 commit comments

Comments
 (0)