Overview
lovli.js is a starter kit that enables developers to create real-time applications quickly. It leverages popular technologies such as React, Horizon, and Webpack to provide a seamless development experience.
Features
- Real-time Application Development: Create real-time applications in minutes.
- React Components Hot Reloading: Make changes and see them reflected instantly with React hot reloading.
- Horizon Realtime Database Sync: Seamlessly sync data with RethinkDB using Horizon for real-time database functionalities.
- Webpack Builds & Dev-Server: Utilize Webpack for bundling and a development server for testing.
Installation
To install lovli.js, follow these steps:
- Ensure RethinkDB is running on your system.
- Run the command to start a server listening on port 3000.
npm start
- Optionally, configure the Horizon client by passing a configuration object to
HorizonConnector()insource/client/containers/Root.js.
Summary
lovli.js is a powerful tool for developers looking to create real-time applications efficiently. With its integration of React, Horizon, and Webpack, the starter kit streamlines the development process and provides essential features like hot reloading and real-time database synchronization. If you’re seeking a convenient solution for rapid real-time application development, lovli.js is a promising option.