All Projects → yakky → channeled-dashboard

yakky / channeled-dashboard

Licence: BSD-3-Clause license
Repository for the talk `Building real time applications with Django and Channels`

Programming Languages

CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to channeled-dashboard

Sandstone
PHP microframework designed to build a RestApi working together with a websocket server. Build a real time RestApi!
Stars: ✭ 98 (+390%)
Mutual labels:  websocket-server, websockets, realtime
Stl.fusion
Get real-time UI updates in Blazor apps and 10-1000x faster API responses with a novel approach to distributed reactive computing. Fusion brings computed observables and automatic dependency tracking from Knockout.js/MobX/Vue to the next level by enabling a single dependency graph span multiple servers and clients, including Blazor apps running in browser.
Stars: ✭ 858 (+4190%)
Mutual labels:  websocket-server, websockets, realtime
Awesome Websockets
A curated list of Websocket libraries and resources.
Stars: ✭ 850 (+4150%)
Mutual labels:  websocket-server, websockets
Websockets Chat
Laravel WebSockets chat
Stars: ✭ 44 (+120%)
Mutual labels:  websocket-server, websockets
Arduinowebsockets
arduinoWebSockets
Stars: ✭ 1,265 (+6225%)
Mutual labels:  websocket-server, websockets
Gwsocket
fast, standalone, language-agnostic WebSocket server RFC6455 compliant
Stars: ✭ 550 (+2650%)
Mutual labels:  websocket-server, websockets
Ulfius
Web Framework to build REST APIs, Webservices or any HTTP endpoint in C language. Can stream large amount of data, integrate JSON data with Jansson, and create websocket services
Stars: ✭ 666 (+3230%)
Mutual labels:  websocket-server, websockets
Microwebsrv
A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
Stars: ✭ 420 (+2000%)
Mutual labels:  websocket-server, websockets
Php Wss
Web-socket server/client with multi-process and parse templates support on server and send/receive options on client
Stars: ✭ 117 (+485%)
Mutual labels:  websocket-server, websockets
Websocket
WSServer is a fast, configurable, and extendable WebSocket Server for UNIX systems written in C (C11).
Stars: ✭ 144 (+620%)
Mutual labels:  websocket-server, websockets
Ws Tcp Relay
A simple relay between WebSocket clients and TCP servers
Stars: ✭ 186 (+830%)
Mutual labels:  websocket-server, websockets
Rockgo
A developing game server framework,based on Entity Component System(ECS).
Stars: ✭ 532 (+2560%)
Mutual labels:  websocket-server, websockets
Seasocks
Simple, small, C++ embeddable webserver with WebSockets support
Stars: ✭ 517 (+2485%)
Mutual labels:  websocket-server, websockets
Cowboy
Small, fast, modern HTTP server for Erlang/OTP.
Stars: ✭ 6,533 (+32565%)
Mutual labels:  websocket-server, websockets
Php Websocket
Simple WebSocket server implemented in PHP.
Stars: ✭ 473 (+2265%)
Mutual labels:  websocket-server, websockets
Websocat
Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
Stars: ✭ 3,477 (+17285%)
Mutual labels:  websocket-server, websockets
Websockets
Library for building WebSocket servers and clients in Python
Stars: ✭ 3,724 (+18520%)
Mutual labels:  websocket-server, websockets
Atmosphere
Realtime Client Server Framework for the JVM, supporting WebSockets with Cross-Browser Fallbacks
Stars: ✭ 3,552 (+17660%)
Mutual labels:  websocket-server, websockets
Facil.io
Your high performance web application C framework
Stars: ✭ 1,393 (+6865%)
Mutual labels:  websocket-server, websockets
Ixwebsocket
websocket and http client and server library, coming with ws, a command line swiss army knife utility
Stars: ✭ 204 (+920%)
Mutual labels:  websocket-server, websockets

Channeled Dashboard

Proof-of-concept dashboard with realtime notifications

Branches

Setup

  • Ensure pipenv is installed

  • Clone the repository:

    git clone https://github.com/yakky/channeled-dashboard
    
  • Enter the project root:

    cd channeled-dashboard
    
  • Create the environment:

    pipenv install
    
  • Activate the environment:

    pipenv shell
    
  • Create the database:

    cd dashboard
    ./manage.py migrate
    ./manage.py createsuperuser
    
  • Run the project:

    ./manage.py runserver 0.0.0.0:8000
    
  • Direct your browser to http://localhost:8000

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].