8000 GitHub - flashfabrixx/socketServer: Meteor Server to be used with matching client.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

flashfabrixx/socketServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socketServer

Example Meteor Server with UI and API to be used by client app.

======================

Installation

# If not already installed, install Meteor first. 
curl https://install.meteor.com/ | sh

# Clone the server
git clone https://github.com/flashfabrixx/socketServer.git
cd socketServer
meteor

# Clone the app
git clone https://github.com/flashfabrixx/socketClient.git
cd socketClient
pod install
open socketClient.xcworkspace/

Open the webapp at http://localhost:3000 and run the iOS app in the simulator. If you want to test the app on your device, make sure to update the server path in MeteorAgent.m with your hostname.

======================

Features

  • Creating, updating and deleting simple posts
  • Native iOS app (App Repository)
  • ObjectiveDDP to communicate with websocket
  • Offline storage with Core Data and synchronisation

======================

Licensing

MIT License.

About

Meteor Server to be used with matching client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0