Interactive server messages have never been easier
Instant messages delivery from your app to your users.
Read More
This is necessary so that only you have the proper credentials to send messages to your audience. Sign Up for a free account now.
Prepare a javascript function that will receive messages from your server. A simple function listener(text) {/*...*/}
will do.
Make a simple http POST request to our API endpoint. State your message and your target audience and all those that are listening will be notified. Instantly.
Entertainment = Engagement. For a demonstration click any of the buttons below.
By making asynchronous websocket protocol request we are able to achieve real time message communication between your server and the web client. This is primarily useful for situation where you need to keep the client informed. Even while making other lengthy processes. It's a new layer on top of normal data flow of your application or website.
Choose the plan that's right for your business
Implementing new technology can be simpler than you think. Should you have more questions feel free to contact us or ask in our community supported forum.
Yes. Rejax.io offers an external layer on top of your app logic that is well suited to modern technologies. Integrating it into your app or website is easy as well!
You can set up an app and start transmitting messages from your server to your users within minutes. However, implementing the user interface is beyond the scope of our service at the moment.
Live updates, Progress indicators, Messages, Pop Up Notifications and even live chat are just a few ideas. Messages are not limited to just text but can also use JSON notation.
Messages are delivered across secured channel. Be ware that implementation of authentication logic is specific to your app. That's why you should only broadcast messages on a hard-to-guess channel names. Also keep your API secret secured so that you are the only one authorized to send messages.
This can be accomplished using normal ajax requests. If you need real time duplex communication between client and server then implementing websocket server is your best option.
Yes! We'd love to help. While setting up should be easy with our sample codes (available after you Log In or in github), we do offer assistance and maybe some ideas to help you implement yours.