Giter VIP home page Giter VIP logo

autobahn's Introduction

Autobahn WebSockets
-------------------

Autobahn WebSockets for Python provides an implementation of the WebSockets
protocol which can be used to build WebSockets clients and servers.

   * supports RFC 6455 and Hybi-10+ protocol versions
   * usable for clients and servers
   * easy to use basic API
   * advanced API for frame-based/streaming processing
   * very good standards conformance
   * fully asynchronous Twisted-based implementation
   * supports secure WebSockets (TLS)
   * Open-source (Apache 2 license)

Browser Support
---------------

   native support:
      * Google Chrome 14+
      * Mozilla Firefox 7+
      * Microsoft Internet Explorer 10+

   support via Adobe Flash 10+ (see below):
      * Microsoft Internet Explorer 8, 9
      * Safari 5

RPC/PubSub
----------

Autobahn WebSockets also provides an implementation of the

   WebSocket Application Messaging Protocol (WAMP)
   http://www.tavendo.de/autobahn/protocol.html

which can be used to build applications around Remote Procedure Call and
Publish & Subscribe messaging patterns.

   * provides RPC and PubSub messaging
   * built on JSON and WebSockets
   * simple and open protocol
   * usable for clients and servers
   * companion client libraries for jQuery and Android

Testsuite
---------

Autobahn WebSockets also includes a WebSockets test suite which can used to
test client and server implementations for protocol conformance.
The test suite includes over 200 test cases and has broad protocol coverage.


Using WebSocket Flash bridge
----------------------------

To use Autobahn with older browsers lacking WebSockets native support
(or only supporting an old protocol version), but having Adobe Flash 10+
installed, you will need to host the following 3 files from

   https://github.com/gimite/web-socket-js

   WebSocketMain.swf
   swfobject.js
   web_socket.js

on your web server (serving the HTML/JS opening the WebSocket connection)
and include the following (in this order!) in the HTML head element:

   <script type="text/javascript">
     WEB_SOCKET_SWF_LOCATION = "/path/to/WebSocketMain.swf";
   </script>

   <script src="/path/to/autobahn.js"></script>
   <script src="/path/to/swfobject.js"></script>
   <script src="/path/to/web_socket.js"></script>


Where to go
-----------

For more information, please visit: http://www.tavendo.de/autobahn

autobahn's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.