Serialize Django Data for JavaScript

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. django-rest-framework

    Web APIs for Django. 🎸

    Neat.

    I guess I'm a little surprised that the Django REST Framework isn't mentioned, since I thought that's the go-to for pretty much everyone for this task.

    https://www.django-rest-framework.org/

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. bleach

    Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes

    This is an excellent point; I should have addressed safety in my article. I'll point out that in my use case, I'm using `safe` on data I create and not any user-generated data.

    You should never use `safe` on user data unless you use something like bleach (https://github.com/mozilla/bleach) to sanitize the data. Even then, you should use caution.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Why Django REST Framework doesn't show your custom validation error messages (and what to do about it)

    1 project | dev.to | 21 May 2025
  • How to Build RESTful APIs with Django

    2 projects | dev.to | 10 May 2025
  • Building a REST API with Django REST Framework: A Beginners Guide

    1 project | dev.to | 21 Feb 2025
  • Emulating Rails-like resource controllers in a server-rendered Django app

    2 projects | dev.to | 16 Jul 2024
  • Using Python to Dump Data into Django Models for Testing Frontend or API Endpoints:A Complete Django REST API Tutorial

    3 projects | dev.to | 12 Jul 2024

Did you know that Python is
the 2nd most popular programming language
based on number of references?