Git Product home page Git Product logo

djax's Introduction

๐Ÿ‘‹ Hello!

I'm Alexis Jacomy, aka @jacomyal, a Front-End Engineer specialized in graphical rendering and data visualization.

I'm part of the innovative team at OuestWare, an agency based in Nantes, France. We specialize in developing web applications for data exploration.

As a part of my work at OuestWare, I'm the main developer and maintainer of sigma.js, an open-source library focused on efficiently displaying networks within web pages.

We also develop:

  • Gephi Lite a web-based, lighter version of Gephi, the networks visualization and exploration software;
  • Retina, a web application to share graph visualizations online.

Finally, I sometimes write on ๐Ÿ˜ Mastodon or on ๐Ÿ—’ OuestWare's blog.

Thank you for visiting, and let's connect!

djax's People

Contributors

jacomyal avatar yomguithereal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

jlesceau

djax's Issues

Empty query

When data is an empty object for a GET query, the url will have a trailing ? like that:

GET /viz/line?

Is that consistent with jqXHR implementation?

complete handler

It's never called! This is pretty important.

djax({
  url: action,
  data: data,
  success: function(data){},
  error: function(data){},
  complete: function(){}
});

example please

Has anyone got this to work ? If so could you post a complete example including the appropriate "require" statement.
When I try:
var $ = require('djax');
$.default({ type: "GET", url: url, success: function(data) { .... } })

I get an error of the form
Error: XMLHttpRequest not found. You can specify which XMLHttpRequest you want to use by using ajax({ xhr() { return myXhr; } }).

And its really unclear how to deal with that ?

I've used "npm install xmlhttprequest" but its unclear how to turn that error message into some code to use the xmlhttprequest from that package.

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.