#
channels
Here are 573 public repositories matching this topic...
Pure C implementation of Go channels.
-
Updated
May 7, 2020 - Shell
-
Updated
Feb 18, 2022 - JavaScript
-
Updated
Aug 6, 2021
Ex 1 - Run timed quizzes via the command line
-
Updated
Feb 1, 2022 - Go
新闻频道栏/滚动栏(网易新闻,新浪新闻,搜狐新闻,今日头条,聚划算,腾讯视频,优酷等类的频道栏),支持小红点标识 && 懒加载 && 缓存 && 排序 && 增删等
-
Updated
Sep 17, 2019 - Objective-C
Recursive Worker Threads in NodeJS
-
Updated
Mar 29, 2021 - TypeScript
项目基于Django、Django REST framework(DRF)、Channels、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC;目前已实现基本功能,满足日常学习使用,工由于工作较忙更新较慢,请见谅......https://tianpangji.github.io/
python
redis
django
django-rest-framework
swagger
drf
channels
rbac
simpleui
django-easy-audit
drf-admin
-
Updated
Feb 14, 2022 - Python
-
Updated
Feb 10, 2022 - Python
Android Application 🐕 based on offline first approach built using Dagger Hilt, Material Motion, Coroutines + Flow, Jetpack (Room, ViewModel, LiveData) based on MVVM architecture.
android
kotlin
room
flow
tutorial
material-design
material-ui
coroutines
retrofit
mvvm
channels
android-application
android-studio
mvvm-architecture
lottie
flows
mvvm-android
medium-article
dog-api
hilt
-
Updated
Mar 12, 2021 - Kotlin
2
romulomourao
commented
Oct 3, 2021
You can help me check if there is any broken link on the list
Chat app for Django, powered by Django Channels, Websockets & Asyncio
react
chat
django
frontend
fsharp
reactjs
websocket
websockets
dialogs
channels
python3
asyncio
websocket-chat
django-channels
chatapplication
-
Updated
Jan 7, 2022 - Python
The feature-rich, portable async channel library
-
Updated
Apr 29, 2021 - Rust
Concurrency in Go video course with in depth explanations & examples
testing
select
concurrency
pool
channels
s3-bucket
parallelism
profiling
once
mutexes
concurrency-patterns
atomics
race-conditions
cond
starvation
syncmap
waitgroups
deadlocks
go-routines
livelocks
-
Updated
Feb 18, 2022 - Go
This repos has lots of Go concurrency, goroutine and channel usage and best practice examples
-
Updated
Dec 6, 2020 - Go
A rapid fire tutorial and introduction of Django Channels. To get more in depth check out the full course https://kirr.co/badl8e
-
Updated
Mar 27, 2020 - Python
Coroutine-based multithreading library for Delphi
-
Updated
Jan 24, 2021 - Pascal
Notifications broadcaster in Go
-
Updated
Oct 29, 2021 - Go
A curated list of awesome articles and resources to learning and practicing about async, threading, and channels in .Net platform. 😉
awesome
csharp
async
dotnet
aspnetcore
dotnetcore
thread
channels
netcore
dotnet-core
threading
thread-pool
awesome-list
await
aspnet-core
asp-net-core
async-await
awsome-list
asychronous
-
Updated
May 15, 2021 - C#
Channels-based desktop notification system
-
Updated
Jun 3, 2020 - Python
Improve this page
Add a description, image, and links to the channels topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the channels topic, visit your repo's landing page and select "manage topics."
Describe the bug
if the Observer._serializer is not empty, the .serialize function will try to use it to generate the message_body. Using a standard ModelSerializer from DRF will cause a TypeError because of the arguments.
Removing self from the call will then create another TypeError unexpected keyword because the Field init does not support kwargs.
This part of the code is not cov