All Projects → ocsigen → ocsigen-start

ocsigen / ocsigen-start

Licence: other
Ocsigen-start: an Eliom application skeleton ready to use to build your own application with users, (pre)registration, notifications, etc.

Programming Languages

ocaml
1615 projects
1C Enterprise
81 projects
Makefile
30231 projects
SCSS
7915 projects
PLpgSQL
1095 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to ocsigen-start

Nativescript Ionic Template
📱 🖥 Create Mobile First apps, Web and Native sharing the code with Angular 🎉
Stars: ✭ 65 (-7.14%)
Mutual labels:  web-app, mobile-app
software-systems-architecture
A collection of descriptions of the architecture that various systems use.
Stars: ✭ 24 (-65.71%)
Mutual labels:  web-app, mobile-app
React Native Open Project
可能是目前最用心收集的 React Native 优秀开源项目大全,公众号【aMarno】www.marno.cn
Stars: ✭ 2,254 (+3120%)
Mutual labels:  web-app, mobile-app
jDrupal
A JavaScript Library and API for Drupal Applications
Stars: ✭ 77 (+10%)
Mutual labels:  web-app, mobile-app
Drupalgap
An application development kit for Drupal websites.
Stars: ✭ 228 (+225.71%)
Mutual labels:  web-app, mobile-app
web
Web client for üWave, the self-hosted collaborative listening platform.
Stars: ✭ 62 (-11.43%)
Mutual labels:  web-app
Online-Shop-eCommerce-App-Angular-6-Firebase
Online eCommerce Store app in Angular 11.0 & Firebase
Stars: ✭ 96 (+37.14%)
Mutual labels:  mobile-app
Panda3d
Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU
Stars: ✭ 3,035 (+4235.71%)
Mutual labels:  multi-platform
Etlegacy
ET: Legacy is an open source project based on the code of Wolfenstein: Enemy Territory which was released in 2010 under the terms of the GPLv3 license.
Stars: ✭ 212 (+202.86%)
Mutual labels:  multi-platform
Virtual-Room
A virtual room where friends share videos among them in real time directly over the web browser, with synchronized playback and a video chat at the same time.
Stars: ✭ 31 (-55.71%)
Mutual labels:  web-app
mp
Hybrid music player
Stars: ✭ 12 (-82.86%)
Mutual labels:  web-app
kikder-dating-swipe-app
❤️ Kik App, you know? 💑 Kikder™ is a dating webapp that integrates the Kik, uses the HorOrNot game and the Tinder swipe. The F.A.S.T. Game Approach! The web app uses a custom lightweight MVC framework.
Stars: ✭ 21 (-70%)
Mutual labels:  web-app
fanga
A manga reader and downloader made with flutter
Stars: ✭ 61 (-12.86%)
Mutual labels:  mobile-app
random-users-details
Random Users details in flutter from randomusers api
Stars: ✭ 14 (-80%)
Mutual labels:  mobile-app
Tdesktop
Telegram Desktop messaging app
Stars: ✭ 17,508 (+24911.43%)
Mutual labels:  multi-platform
QuizChallenge
Multiplayer Online Quiz
Stars: ✭ 19 (-72.86%)
Mutual labels:  mobile-app
Libuiohook
A multi-platform C library to provide global keyboard and mouse hooks from userland.
Stars: ✭ 237 (+238.57%)
Mutual labels:  multi-platform
Imagery-Apps
Example JavaScript source code for ArcGIS imagery apps (Landsat Explorer and Sentinel Explorer) that you can expand or customize.
Stars: ✭ 24 (-65.71%)
Mutual labels:  web-app
EasyNotes
Apps notes for Windows, iOS and Android with P2P sync / Приложения заметок для Windows, iOS и Android, с P2P синхронизацией
Stars: ✭ 33 (-52.86%)
Mutual labels:  web-app
fhemApp
Web-App zur Steuerung deiner Smarthome Umgebung in Verbindung mit FHEM.
Stars: ✭ 25 (-64.29%)
Mutual labels:  mobile-app

Ocsigen Start Build

You can try the online version and download the Android application.

  1. Introduction
  2. Installation
  3. Create your project

Introduction

Ocsigen Start is a set of higher-level libraries for building client-server web applications with Ocsigen (Js_of_ocaml and Eliom). It provides modules for

  • user management (session management, registration, action — e.g., activation — keys, ...),
  • managing groups of users,
  • displaying tips, and
  • easily sending notifications to the users.

Ocsigen Start comes with an eliom-distillery template for an app with a database, user management, and session management. This template is intended to serve as a basis for quickly building the Minimum Viable Product for web applications with users. The goal is to enable the programmer to concentrate on the core of the app, and not on user management.

If Ocsigen Start corresponds to your needs, it will probably help you a lot. If not, start with a simpler template. You can still use the modules from Ocsigen Start.

Installation

We recommend using OPAM to install Ocsigen Start. Here is the command:

opam install ocsigen-start

Create your project

eliom-distillery -name myproject -template os.pgocaml

To get started, take a look at the generated README.md.

You have also the complete manual and API available on the Ocsigen website

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].