Real time notification in cakephp3 - cakephp-3.0

Hello i'm new with cakephp, and I just want to add a simple notification system for my website, I mean some sort of messaging between admin and users, I found after some research that I should use node.js or web-socket. Is there any plugin that I should add to my project? thanks for your help

I know, I am giving answer very late but you can try with this for your requirement.
https://github.com/bakkerij/notifier

Related

Static notification in Android application [AS3]

A few days ago I've been looking for a solution to using a Push Notification, but I have not found ANE's functional for the problem.
I'm finalizing an application in the ActionScript3 language, and I only found something related to Cloud Messaging, which is something much more advanced than I need.
I try to present a simple Push Notification to the user, static, only with Title and Message. However, I could not find ways to find such a resource.
Does anyone using the ActionScript language have achieved the feat of using Push Notifications without Google's Cloud Messaging feature? Waiting for answers :)
I went after explanatory projects on GitHub, but 60% of ANE's content is cloud-centric or not working. In addition to having some I'm not targeting the AS3 language.
why you don't try local notification?
in this ANE you can display local notifications with only a few lines of code
I have the same project and use this ANE, it works like a charm
https://airnativeextensions.com/extension/com.distriqt.Notifications

First application with wit ai

I am working on a chat application with wit-ai. I have created a hello world but I am not getting how to provide my function with have business logic to the application.
Help will be really appreciated. Thanks.
Did you follow the quickstart? There is a section (#6) on "Implementing the business logic of the bot".
Basically the business logic resides in your app.
The SDKs on github provide also a few examples (e.g. NodeJS).
Hope this helps!

Swift and ruby on rails

I am creating an online game with ruby on rails and I would like to use the same login and database on my swift application.
For example If I would to create an account on the website I would be able to login, view, and edit my account on the swift application. It would also update for the website or rails application as well. How would I do this?
I would recommend that you look into breaking this down into parts. For example, do you have the login working on the web portion (rails)? If so then you can begin to try to get it to work on the iOS side. Next I would recommend you look into POST and GET requests as a basic way of talking to a back end. Once you have gotten simple apps to work with that then you might have a better idea of the path that lies ahead.

TestFlight API and stats with as3

I'm using TestFlight to test my app.
I uploaded on itunesConnect and after some problems, now it works fine and I think I understood itunesConnect's flow.
Now I want to monitor the user experience (just for my testers) and I want to know where the user is clicking and if sometimes the app crashes.
I remember that TestFlight had some API to do this, but now I can't find them!
Maybe it was an old features when it wasn't buy from Apple. I don't know... but I don't find any good information about the API.
I'm working inside Flash Builder using as3. Any idea?
Thanks a lot!
As I mentioned in my comments, this is not acheivale at full by ItunesConnect and its App Analytics, I am using and recommend you to try this tool: https://www.appsee.com/ it matches what you want and shows really good UX analytics.

how to use facebook credentials to log in to my native mobile web application

im doing a web base mobile using jquery and html and using sqlite database for log in. right now im struggling with sqlite database log in so im thinking of an alternative like using facebook credentials as a means to log in in my native app is this feasible if yes can anyone point me to right track?can someone give sample code im new in this so sample code with be helpful
I think your are searching for this:
https://developers.facebook.com/docs/facebook-login/
Samplecode will need more specification since you need to know if you will use a js-libary or for example go through the process manually.
If you need help on a specific problem feel free to ask with more specifications.