A simple Swift client library for the Faye publish-subscribe messaging server. FayeObjC is implemented atop the Starscream Swift web socket library and will work on both Mac and iPhone projects.
It was heavily inspired by the Objective-C client found here: FayeObjc
Version: 0.1.1
iFaye requires at least iOS 14/MacOS 11 or above.
This is a simple Faye client to receive messages using NodeJS
Client location: Tests/NodeClient
To install: npm install
Change token
variable inside client.js
to access your gitter client.
To run: npm start
iFaye is licensed under the MIT License.