GithubHelp home page GithubHelp logo

asples / jsvortex Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 2.54 MB

Javascript BEEP implementation

Home Page: http://www.aspl.es/jsVortex

Makefile 1.61% Shell 1.14% Python 0.54% Java 6.89% JavaScript 74.08% HTML 14.39% CSS 1.31% C++ 0.03%

jsvortex's Introduction

  --== jsVortex : Javascript BEEP implementation ==--

--== Intro ==--

See http://www.aspl.es/jsVortex for more documentation, API and
examples.

--== This package contains... ==--

Inside the zip bundle you'll find the following files:

  - Vortex.js : which includes the BEEP javascript implementation (all
    sources compressed into a single file for fast loading). See SVN
    source code for full code access.

  - Vortex.debug.js : which includes the same as Vortex.js but with
    additional debugging log to track down problems.

  - JavaSocketConnector.js : a javascript wrapper to aid Vortex.js to
    access JavaSocketConnector.jar

  - JavaSocketConnector.jar : a minimal java code required to access
    in a portable form to the socket API so BEEP can function.

--== How to use it ==--

1) Inside your web application, place the following declarations to
load the javascript part:

  <!-- include jsVortex files -->
  <script src="/path/to/files/Vortex.js" type="text/javascript"></script>

  <!-- include JavaSocketConnector files -->
  <script src="/path/to/files/JavaSocketConnector.js"></script>

2) Then add the following to load the java applet inside the <body>
declaration (for example, at the begining):

  <!-- load the connector applet -->
  <applet id="JavaSocketConnector" archive="/path/to/files/JavaSocketConnector.jar" code="JavaSocketConnector.class" width="0" height="0" MAYSCRIPT></applet>

3) Then ensure you have support for java in your brower. See
http://www.java.com.

--== Supported platforms ==--

Current, these are the browsers supported: Firefox 2, Firefox 3,
Internet Explorer 7, Internet Explorer 8, Google Chrome.

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.