UNPKG

@calljmp/service

Version:
57 lines (36 loc) • 1.78 kB
# Calljmp Service Library **TypeScript library for building secure cloud services as backends for mobile apps. No API keys. Full control.** [![npm version](https://img.shields.io/npm/v/@calljmp/service)](https://www.npmjs.com/package/@calljmp/calljmp-service) [![GitHub license](https://img.shields.io/github/license/calljmp/calljmp-service)](LICENSE) [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue)](https://www.typescriptlang.org/) [![Cloudflare Workers](https://img.shields.io/badge/Cloudflare-Workers-orange)](https://workers.cloudflare.com/) ## šŸš€ Overview The **Calljmp Service Library** is a TypeScript library designed for **building secure cloud services** that serve as backends for mobile applications. It provides: - āœ… **Type-safe service development** with full TypeScript support - āœ… **Cloudflare Workers runtime** compatibility for edge deployment - āœ… **Database access patterns** for SQLite operations šŸ”¹ **Website**: [calljmp.com](https://calljmp.com) šŸ”¹ **Follow**: [@calljmpdev](https://x.com/calljmpdev) ## šŸ“‘ Table of Contents - [šŸš€ Overview](#-overview) - [šŸ“¦ Installation](#-installation) - [šŸ“„ License](#-license) - [šŸ’¬ Support & Community](#-support--community) --- ## šŸ“¦ Installation Install the service library via npm: ```sh npm install @calljmp/service ``` or via yarn: ```sh yarn add @calljmp/service ``` --- ## šŸ“„ License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. ## šŸ’¬ Support & Community If you have any questions or feedback: - Follow [@calljmpdev](https://x.com/calljmpdev) - Join the [Calljmp Discord](https://discord.gg/DHsrADPUC6) - Open an issue in the [GitHub repo](https://github.com/Calljmp/calljmp-react-native/issues)