Skip to content

triniwiz/horizon-nativescript-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example of how to integrate Horizon with a NativeScript app.

Prerequisites

Server Setup

Create horizon server

hz init nschatApp
cd nschatAPP
hz serve --dev  --allow-unauthenticated true --auto-create-collection true --auto-create-index true

Client Setup

git clone https://github.com/triniwiz/horizon-nativescript-chat-app

NOTE: If you want to try the Angular integration, skip to next...

Angular integration

git clone -b angular https://github.com/triniwiz/horizon-nativescript-chat-app

##Start Android version

cd horizon-nativescript-chat-app
npm i
tns run android

##Start iOS version

cd horizon-nativescript-chat-app
npm i
tns run ios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published