Skip to content

mconintet/KiwiChat

Repository files navigation

About

Simple IM in Objective-C for iOS by using WebSocket.

Server

It use KiwiChat-Server as it's server side, so you should get the server's source code and Build&Run it before you run this client project.

Installation

After you download source code you need to use CocoaPods to install dependencies at first - run command line pod install under the source code directory.

Run

You can run this project as any other Xcode project - just click the Bild&Run button, but don't forget to set your own server address before running:

// in AppDelegate.m file below line
#define KIWI_SERVER_ADDRESS @"ws://127.0.0.1:9876"
// replace it to
#define KIWI_SERVER_ADDRESS @"ws://your_server_address"

Screenshot

If you have an interest in code running in Browser, you can get them from KiwiChat-Browser. Also, if you think this project is not too bad please give it a star :)

About

Simple IM in Objective-C for iOS by using WebSocket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published