Giter Club home page Giter Club logo

hello-twitter's Introduction

WebSockets in practice

This GitHub repository aims to regroup some implementations of the same application based on WebSockets.

As a Java specialist, most of the chosen implementations are in Java but I've added the node.js / Socket.IO implementation as sort of reference.

Hello Twitter

The application each implementation is targeting is very simple and based on the Twitter Streaming API.

The text field on top of the column is for entering a search query, when the user push enter, the query is sent through the WebSocket to the server which will open the stream on this filter. On each tweets from the stream, the server will push it to its client which will show it in the main column.

The Web part is almost the same in each example and heavily inspired by Bodil Stokke @bodiltv and her talk about Backbone.JS at Mix IT 2012. The node.js implementation as well.

##Implementations

These are all the implementation I first planned to make but it's possible to add one or another if asked or needed.

hello-twitter's People

Contributors

swiip 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.