Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 738 Bytes

File metadata and controls

18 lines (10 loc) · 738 Bytes

A Realtime syncing Contact Manager System

An application to explore real-time data syncing with multiple clients and a data api supporting websockets. For the data api sails.js was used as the backend framework due to its interface to socket.io for all the ORM models.

Applications

API

A Data api that controls the communication an persistance of information. There is more information in the README.md file inside the api folder

JustJsApp

A web client application that only uses Javascript, HTML and CSS. There is more information in the README.md file inside the justjsapp folder

Mobile App

A mobile application that manages the contacts. There is more information in the README.md file inside the mobileApp folder