-
Notifications
You must be signed in to change notification settings - Fork 5
Home
waj edited this page Sep 3, 2014
·
3 revisions
Nuntium is an open source and free platform -developed by InSTEDD- that allows applications to send and receive all type of messages. Examples of messages are sms, emails and twitter direct messages.
Read about some of the new features in the last release.
Suppose you have a website that lets users browse and geolocate sms sent by users. Once a message is geolocated you want to send this information to a particular number. Also suppose you have an sms number by which you can receive and send sms. You want your website to focus on the geolocation task and leave the sending and receiving of sms to Nuntium. Here's how you do it:
- You get an account in Nuntium.
- You create an application in Nuntium that will represent your application. You then select an Interface for it, for example HTTP callback. An Interface is something that lets Nuntium communicate with your application.
- You create a Channel that will communicate with the cellphone company. A Channel is something that lets Nuntium communicate with the world. Your website gets messages from Nuntium using the configured Interface (in this case via an HTTP callback containing the messages.) Once a message is geolocated your website sends it to Nuntium (it performs an HTTP POST to Nuntium). And that's it!
- Your application deals with a simple protocol (HTTP, might be another one) instead of communicating directly with the cellphone company.
- Nuntium will do its best to deliver messages.
- You have a complete trace of what happened to each message.
- You can specify logic.
- You can change the routing logic without touching a single line in your application's source code. This way you don't have to repeat this logic in every application that needs to send and receive messages.
See the example PHP app here on how to get started with Nuntium
For more info see the topics below:
<<toc / >>