mohsinalimat / NodeChat

An iOS chat client that connects to a simple Node.js chat server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeChat

An iOS chat client that connects to a simple Node.js chat server.

The code was adapted from Pedro Teixeira's chat server at Node Tuts

Installation

You can install node from the nodejs website or use homebrew:

brew install node

To start the server:

node chat.js

The iOS app is set up to look for the chat server at localhost. To run on a device you will need to change this to the actual address of your server. Edit #define SERVER_HOST in RMChatClient.m to do this.

About

An iOS chat client that connects to a simple Node.js chat server


Languages

Language:Objective-C 96.7%Language:JavaScript 3.3%