網址 Django channel
範例 線上聊天室
最後更新時間:
Django’s traditional view of the world revolves around requests and responses; a request comes in, Django is fired up to serve it, generates a response to send, and then Django goes away and waits for the next request.
Django's 傳統視圖看法圍繞著請求(request)與回應(responses);一個請求進來,Django 被觸發接著服務它,產生一個回應並送出,接著 Django 離開並且等待下一個請求。