[태그:] 자바스크립트
-

Querying for Couchbase Documents in a NativeScript Angular Mobile Application
I recently wrote about using Couchbase as a key-value store in a NativeScript iOS and Android application built with Angular. In this example we saw how to collect user profile information to be saved…
-

Create an AngularJS Web Application that Sync’s with Couchbase using PouchDB
Not too long ago I created a tutorial demonstrating how to sync between a web application and Couchbase Server using nothing more than client facing technologies like AngularJS, HTML, and CSS. This was all…
-

Couchbase와 Ionic 프레임워크를 활용한 하이브리드 모바일 앱
People always ask me about building cross platform mobile applications with Couchbase and Ionic Framework. I already have a series on the subject where I go through step-by-step on how to make a hybrid…
-

AngularJS와 PouchDB만을 사용해 Couchbase와 동기화하기
There are many ways to use Couchbase in your web or mobile application through one of the various language SDKs. However, what if you were not using a backend language such as PHP or…