Description
This is an Angular project template with Phaser nested inside, set up to run with Electron.
Cross-Platform & Responsive:
The template should run on any desktop operating system.
Flexbox integration allows for extremely responsive design elements.
Angular and Phaser can be easily decoupled from Electron to allow for mobile deployment with a different framework.
Easy to Build:
Build with HTML, CSS, and Typescript.
Coher3nTS Project alternatives and similar modules
Based on the "Web Frameworks" category.
Alternatively, view Coher3nTS Project alternatives based on common mentions on social networks and blogs.
-
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript ๐ -
Nuxt.js
DISCONTINUED. Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt] -
AdonisJs Framework
AdonisJS is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an ecosystem of official packages, and more. -
Encore
Open Source Development Platform for building robust type-safe distributed systems with declarative infrastructure -
Quick Start
๐ A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. ๐ -
Derby
MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers -
NestJS REST API boilerplate
NestJS boilerplate. Auth, TypeORM, Mongoose, Postgres, MongoDB, Mailing, I18N, Docker. -
ActionHero
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks -
Lad
Node.js framework made by a former @expressjs TC and @koajs team member. Built for @forwardemail, @spamscanner, @breejs, @cabinjs, and @lassjs. -
Marble.js
Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS. -
lychee.js
DISCONTINUED. :seedling: Next-Gen AI-Assisted Isomorphic Application Engine for Embedded, Console, Mobile, Server and Desktop -
Hemera
๐ฌ Writing reliable & fault-tolerant microservices in Node.js https://hemerajs.github.io/hemera/ -
Catberry
Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering. -
dawson-cli
DISCONTINUED. A serverless web framework for Node.js on AWS (CloudFormation, CloudFront, API Gateway, Lambda) -
AdonisJs Application
DISCONTINUED. This repo is the pre-configured project structure to be used for creating ambitious web servers using AdonisJs. -
QueryQL
Easily add filtering, sorting, and pagination to your Node.js REST API through your old friend: the query string! -
FortJs
A feature-rich Node.js web framework designed for building powerful, scalable, and maintainable web applications. -
express-version-route
A Node.js express middleware that implements API versioning for route controllers -
Prim+RPC
Easy-to-understand, type-safe, transport-agnostic RPC/IPC for JavaScript, supporting callbacks, batching, file handling, custom serialization, and more.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Coher3nTS Project or a related project?
README
Coher3nTS Project
This is an Angular project template with Phaser nested inside, set up to run with Electron.
Cross-Platform & Responsive
The template should run on any desktop operating system.
Flexbox integration allows for extremely responsive design elements.
Angular and Phaser can be easily decoupled from Electron to allow for mobile deployment with a different framework.
Easy to Build
Build with HTML, CSS, and Typescript
Getting Started
Prerequisites
Node.js and Angular CLI
(you shouldnโt need to go past step 1)
Electron
npm install electron -g
to install electron globally & set path.npm install
in project root folder to ensure that all dependencies are installed.
Running
npm run-script start
command in the project root folder will concurrently run ng serve
and npm run-script electron
to fire up the project. It takes a minute for serve to finish up. Will hopefully fix this soon to wait and reload electron automatically when angular finishes compiling.
To Do
Setting up config(s) to point at correct hosting environment(s) for the project in Electron's main.js
Correctly exposing index.html to Electron as Angular runs (this has proven difficult to do in one run-script as you cannot chain commands with 'ng serve') - fixing this may fix item 1, as there will be no reference needed to host location.
Need to make use of this template to find pain points between frameworks and correct them before they occur in use of the template, to optimize ease of implementation.
Need to hide Electron toolbar, or bind to a boolean for end-user(developer).
Need to turn template into an installable Angular schematics package.
Add implementation example images and videos to README
Need to setup custom component generation
Need to integrate Electron forge for install generation of finished product(s)
Built With
Angular โ The web framework used.
Phaser โ The game framework used.
Electron โ The software framework used.
NodeJS โ The Javascript framework and package manager used.
Flexbox โ The web layout model used.
Authors
- Tim Barani - Initial work - TBosak
See also the list of contributors who participated in this project.
*Note that all licence references and agreements mentioned in the Coher3nTS Project README section above
are relevant to that project's source code only.