lucasjacks0n / RealTimeChat

Code for write up on building a real-time chat application

Home Page:http://lucasjackson.io/realtime-ios-chat-with-django/

Repository from Github https://github.comlucasjacks0n/RealTimeChatRepository from Github https://github.comlucasjacks0n/RealTimeChat

RealTimeChat

Implementation of a real-time iOS chat application with Swift and Django

iOS Setup

cd into realtimechatios Install the application's dependencies with CocoaPods

$ pod install

Server Setup

cd into realtimechatserver Create and activate a python virtual environment

$ virtualenv venv
$ source venv/bin/activate

Install python dependency packages

$ pip install -r requirements.txt

Install redis Run redis and start server

$ redis-server &
$ ./manage.py runserver

About

Code for write up on building a real-time chat application

http://lucasjackson.io/realtime-ios-chat-with-django/


Languages

Language:Swift 52.2%Language:Python 47.2%Language:Ruby 0.7%