All Projects → neoneggplant → RealTimeChat

neoneggplant / RealTimeChat

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

Programming Languages

swift
15916 projects
python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language

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
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].