GithubHelp home page GithubHelp logo

luigy / engine.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ocharles/engine.io

0.0 3.0 0.0 636 KB

A Haskell server implementation of the Engine.IO and Socket.IO (1.0) protocols

Haskell 90.67% Nix 9.33%

engine.io's Introduction

engine.io

This repository contains the following projects:

     Project Version      Description
Hackage version Hackage dependencies engine-io contains a Haskell implementation of Engine.IO, a real-time abstraction for the web, allowing one to interact with clients in a socket-like fashion (rather than the more traditional request-response pattern). Supports long-polling along with upgrading to WebSockets. This library is API agnostic - you need to connect it your web server by providing a ServerAPI object.
Hackage version Hackage dependencies engine-io-snap provides a ServerAPI that can be used to run an Engine.IO application in Snap.
Hackage version Hackage dependencies engine-io-yesod provides a ServerAPI that can be used to run an Engine.IO application in Yesod.
Hackage version Hackage dependencies engine-io-wai provides a ServerAPI that can be used to run an Engine.IO application in WAI.
Hackage version Hackage dependencies socket-io implements the Socket.IO protocol on top of engine-io. Socket.IO is a higher-level abstraction based on events. Clients send events to the server, which can respond by sending events back to clients, or broadcasting events to all other clients.
examples contains an example engine-io application (a latency test) and a chat server application written using socket-io.

engine.io's People

Contributors

codedmart avatar ericpashman avatar jannehellsten avatar jkarni avatar k0001 avatar ocharles avatar timjb 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.