Giter VIP home page Giter VIP logo

jrockets's Introduction

Build Status codecov Codacy Badge GitHub license

JRockets

A wrapper for Reddit that turns the static Rest API into a close to realtime API using Websockets & Streams.

Originally inspired and based on Rockets.

Technology Stack

  • Spring Boot
  • RabbitMQ
  • Websockets/STOMP

Topology

topology

API

If you want use the provided clients to view the stream of comments and posts use the following endpoints:

  • http://localhost:8080/comments
  • http://localhost:8080/posts

The sockets endpoint are available at:

  • http://localhost:8080/commentStream
  • http://localhost:8080/postStream

The stomp client can subscribe to:

  • http://localhost:8080/topic/comments
  • http://localhost:8080/topic/posts

How to run

  1. Before you start you will need to have a RabbitMQ instance running on port 5672 (default).
  2. Add the OAuth credentials described in the 2 properties files .
  3. Run JRockets by executing: mvn spring-boot:run.

Todo:

  • Build docker images

Feedback

For any feedback please contact me at linkedin

jrockets's People

Contributors

nick-kanakis avatar

Stargazers

Kyriakos Mandalas avatar  avatar

Watchers

James Cloos 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.