A real-time live blogging application using RethinkDB and PubNub for instant content updates.
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.
The project emphasizes simplicity and practicality, providing a working example of how to combine modern real-time technologies to create engaging, collaborative web applications.
A node.js chat application running on rethinkdb
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.
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.
A canonical backbone todo application running on flask and RethinkDB
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.