Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. RethinkDB
  3. RethinkDB PubNub Live Blog

RethinkDB PubNub Live Blog

JavaScript

A real-time live blogging application using RethinkDB and PubNub for instant content updates.

GitHubGitHub
22 stars10 forks0 contributors

Overview

This project is a real-time live blogging application that demonstrates how to build collaborative, instantly updating web applications. It showcases the integration of RethinkDB's change feeds with PubNub's real-time messaging network to deliver content updates to users without page refreshes.

Key Features

  • Real-time Updates — Content changes are pushed instantly to all connected clients using WebSocket connections.
  • RethinkDB Integration — Leverages RethinkDB's change feeds to detect database modifications and trigger real-time events.
  • PubNub Messaging — Uses PubNub's global data stream network to broadcast updates across distributed systems.
  • Express.js Backend — Built on Node.js with Express for handling HTTP requests and API endpoints.
  • Live Commenting — Supports real-time commenting where new comments appear immediately for all viewers.

Philosophy

The project emphasizes simplicity and practicality, providing a working example of how to combine modern real-time technologies to create engaging, collaborative web applications.

Quick Stats

Stars22
Forks10
Contributors0
Open Issues1
Last commit5 years ago
CreatedSince 2015

Tags

#node-js#express-js#rethinkdb#real-time#websockets

Built With

E
Express.js
R
RethinkDB
N
Node.js

Included in

RethinkDB116
Auto-fetched 12 hours ago

Related Projects

RethinkDB NodeJS ChatRethinkDB NodeJS Chat

A node.js chat application running on rethinkdb

Stars202
Forks74
Last commit5 years ago
RethinkDB Angular Express PromiseRethinkDB Angular Express Promise

This project provides a practical example application demonstrating how to build a Todo app with Node.js and RethinkDB. It serves as a reference implementation for developers looking to integrate these technologies in real-world scenarios. ## Key Features - **Promise-Based Architecture** — Uses promises for clean, asynchronous code handling in Node.js. - **RethinkDB Integration** — Demonstrates real-time database operations with RethinkDB. - **ExpressJS Backend** — Implements a RESTful API server using the Express framework. - **AngularJS Frontend** — Provides a dynamic single-page application interface. - **Todo Application Logic** — Showcases full CRUD operations for task management. ## Philosophy This example emphasizes clean separation of concerns and modern asynchronous patterns to help developers understand best practices when combining these technologies.

Stars135
Forks96
Last commit2 years ago
RethinkDB Angular ExpressRethinkDB Angular Express

This project provides a practical example of building a todo application using RethinkDB as the database, ExpressJS as the backend framework, and AngularJS for the frontend. It demonstrates how to integrate these technologies to create a full-stack JavaScript application with real-time capabilities. ## Key Features - **RethinkDB Integration** — Shows how to connect and interact with RethinkDB, a real-time database, from a Node.js environment. - **ExpressJS Backend** — Implements a RESTful API using ExpressJS to handle todo operations like creating, reading, updating, and deleting tasks. - **AngularJS Frontend** — Provides a dynamic user interface built with AngularJS to display and manage todos interactively. - **Real-time Updates** — Leverages RethinkDB's changefeeds to enable live updates to the todo list without page refreshes. ## Philosophy The project emphasizes simplicity and clarity, serving as an educational resource to help developers understand how to build modern web applications with real-time features using popular JavaScript technologies.

Stars135
Forks96
Last commit2 years ago
RethinkDB Flask Backbone ToDoRethinkDB Flask Backbone ToDo

A canonical backbone todo application running on flask and RethinkDB

Stars122
Forks28
Last commit10 years ago
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub