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.
-
Express
Fast, unopinionated, minimalist web framework for node. -
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) ๐ -
Nuxt.js
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] -
Koa
Expressive middleware for node.js using ES2017 async functions -
egg
๐ฅ Born to build better enterprise frameworks and apps with Node.js & Koa -
verdaccio
๐ฆ๐ A lightweight Node.js private proxy registry -
AdonisJs Framework
๐ The Node.js Framework highly focused on developer ergonomics, stability and confidence -
TypeGraphQL
Create GraphQL schema and resolvers with TypeScript, using classes and decorators! -
MERN
โ๏ธ DEPRECATED - Boilerplate for getting started with MERN stack -
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. ๐ -
ThinkJS
Use full ES2015+ features to develop Node.js applications, Support TypeScript. -
Moleculer
:rocket: Progressive microservices framework for Node.js -
LoopBack
LoopBack makes it easy to build modern API applications that require complex integrations. -
Derby
MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers -
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. -
tinyhttp
๐ฆ 0-legacy, tiny & fast web framework as a replacement of Express -
Marble.js
Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS. -
sqs-consumer
Build Amazon Simple Queue Service (SQS) based applications without the boilerplate -
FoalTS
Full-featured Node.js framework, with no complexity. ๐ Simple and easy to use, TypeScript-based and well-documented. -
Trails
:evergreen_tree: Modern Web Application Framework for Node.js. -
lychee.js
:seedling: Next-Gen AI-Assisted Isomorphic Application Engine for Embedded, Console, Mobile, Server and Desktop -
modern-errors
Handle errors in a simple, stable, consistent way -
NestJS REST API boilerplate
NestJS boilerplate. Auth, TypeORM, Postgres, Mailing, I18N, Docker. -
Catberry
Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering. -
Hemera
๐ฌ Writing reliable & fault-tolerant microservices in Node.js https://hemerajs.github.io/hemera/ -
Interfake
:computer: Fake APIs for prototypes & automated tests. -
dawson-cli
A serverless web framework for Node.js on AWS (CloudFormation, CloudFront, API Gateway, Lambda) -
AdonisJs Application
This repo is the pre-configured project structure to be used for creating ambitious web servers using AdonisJs. -
sqs-producer
Simple scaffolding for applications that produce SQS messages -
Perk
A well documented set of tools for building node web applications. -
Zeronode
Zeronode - minimal building block for NodeJS microservices -
Restberry
Framework for setting up RESTful JSON APIs with NodeJS. -
QueryQL
Easily add filtering, sorting, and pagination to your Node.js REST API through your old friend: the query string! -
express-version-route
A Node.js express middleware that implements API versioning for route controllers -
khalis
Grab Blogger & Google Photos, mp4upload.com,cloudvideo.tv, etc streaming link -
FortJs
Component based MVC web framework for nodejs targeting good code structures & modularity.
Appwrite - The Open Source Firebase alternative introduces iOS support
* 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.