reactiveservices VS cookiecutter-django

Compare reactiveservices vs cookiecutter-django and see what are their differences.

reactiveservices

Framework for building Reactive Streaming systems with SPA Websocket clients (by intelix)

cookiecutter-django

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly. [Moved to: https://github.com/cookiecutter/cookiecutter-django] (by pydanny)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
reactiveservices cookiecutter-django
1 27
3 8,682
- -
0.0 9.4
over 7 years ago over 2 years ago
Scala Python
Apache License 2.0 BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

reactiveservices

Posts with mentions or reviews of reactiveservices. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-17.
  • Building apps in minutes, not months
    12 projects | news.ycombinator.com | 17 Sep 2021
    https://github.com/intelix/reactiveservices

    And the screenshot is the early version of the real app built on it

    Conceptually it's the same to what described in conductor, however you are in full control how the data is synced, how and to what you subscribe etc.

    It was built, first of all, for the application in forex trading, so there are some "specific" features, such as optimised binary stream with delta-only updates, priority on the data streams, demand-based backpressure, subscription based on the visibility of the data, very low latency, cross-dc clusters and many more.

    How it works is described (in rather over-simplified way) on the github page. There's a choice of scala or java on the back end, and react on the client side. Websocket only. Like I mentioned, the currently exposed source code is not maintained and based on the very version of react (there are still mixins in the example), and has some vulnerabilities.

    The latest version of the framework is maintained in the private repo, and we have built a number of solutions on it over the years, and not only in the forex space. It is well suited for most Single-page apps.

    Latest version uses latest react features, hooks based, and the server side has seen significant changes as well.

    Why we decided to keep it private? We thought world already have enough web frameworks, and since, we thought, our framework and approach was such a niche, we just kept using it for our clients and our own projects. But since then we have been surprised how easily it could be applied to other fields, and yet there's still nothing like this is available. GraphQL with subscriptions probably is the closes, but not good enough.

    Is there any interest in something like this in the community? If so, we can definitely make large parts of the framework, which is now 6yo, public.

cookiecutter-django

Posts with mentions or reviews of cookiecutter-django. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-22.

What are some alternatives?

When comparing reactiveservices and cookiecutter-django you can also consider the following projects:

budibase - Budibase is an open-source low code platform that helps you build internal tools in minutes 🚀

cookiecutter-django-rest - Build best practiced apis fast with Python3

frambozenapp - Showcasing my Bozen library, which includes a MongoDB ORM, Form library, and web utilities

Poetry - Python packaging and dependency management made easy

papers-we-love - Papers from the computer science community to read and discuss.

boilerplate-code-django-dashboard - Boilerplate Code - Django Dashboard | AppSeed

pegasus-example-apps - Example apps for Saas Pegagus (saaspegasus.com)

Zappa - Serverless Python

react-admin - A frontend Framework for building data-driven applications running on top of REST/GraphQL APIs, using TypeScript, React and Material Design

wait-for-it - Pure bash script to test and wait on the availability of a TCP host and port

fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production