Dev Breakthroughs
68.9K views | +0 today
Follow
Dev Breakthroughs
Monitoring innovations in database, PHP, JS, RIA, HTML5, mobile and agile dev strategies & tools
Curated by Nicolas Weil
Your new post is loading...
Your new post is loading...
Scooped by Nicolas Weil
Scoop.it!

Python Web Services with Tornado

This is an API for the development of soap web services using the python programming language and tornado web server. The goals of this api is provide an simple and easy way of develop and deploy soap web services.

No comment yet.
Scooped by Nicolas Weil
Scoop.it!

Web Connectivity : connect & send messages between web applications, pages & servers (Ericsson Labs)

Web Connectivity : connect & send messages between web applications, pages & servers (Ericsson Labs) | Dev Breakthroughs | Scoop.it

Web pages and applications normally interact with web servers and other pages in a client-to-server relationship, in which the client addresses the server in one manner, paradigm and API, and the server addresses the client in a totally different one. In addition, methods for web applications to address and talk to other web applications are not even defined. The Web Connectivity API solves all of these issues.

 

Sending messages with Web Connectivity is almost instantaneous. Data is pushed out to the web applications, and immediately sent to the web servers. Web Connectivity also abstracts away the details of the transports used to establish the connection, allowing you to develop an application without having to contend with transport issues. In addition, it provides services to make life easier for both clients and servers.

No comment yet.