0.1.0 • Published 7 years ago

@unity/server v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

TypeScript Framework

A Node.js MVC Framework entirely written in TypeScript (from Back to Fronend).

Project Status

This project is currently in development and is not yet ready for production.

Contributors

Would you like to try and fix/implement something? Take a look here

Features

FeatureStatusDocsIssue
REST APIStarted--
ORMStarted--
Socket.io ReadyStarted--
Angular 2Started--
User AuthenticationStarted--
Browser ReloadNot Started--
SASSStarted--
Bundling with RollupNot Started--
Image CompressionNot Started--
Transaction MailNot Started--

Why?

The main aim of this Framework is to make it as easy as possible for developing an Angular 2 app whilst having the latest technologies/crucial technologies required.

MORE COMING SOON

TypeScript

TypeScript starts from the same syntax and semantics that millions of JavaScript developers know today. Use existing JavaScript code, incorporate popular JavaScript libraries, and call TypeScript code from JavaScript.

TypeScript compiles to clean, simple JavaScript code which runs on any browser, in Node.js, or in any JavaScript engine that supports ECMAScript 3 (or newer).

TypeScript offers support for the latest and evolving JavaScript features, including those from ECMAScript 2015 and future proposals, like async functions and decorators, to help build robust components.

These features are available at development time for high-confidence app development, but are compiled into simple JavaScript that targets ECMAScript 3 (or newer) environments.

Learn more

REST API

You can find your Model's and Controller's inside the api/ folder.

Once you have a controller created e.g api/controllers/ExampleController, you can use it as a REST API endpoint:

POST /example/create?name=Michael   C
GET  /example/read                  R
POST /example/update/1              U
POST /example/delete?id=1           D

ORM (Object Relational Mapping)

Bookshelf aims to provide a simple library for common tasks when querying databases in JavaScript, and forming relations between these objects, taking a lot of ideas from the the Data Mapper Pattern.

With a concise, literate codebase, Bookshelf is simple to read, understand, and extend. It doesn't force you to use any specific validation scheme, provides flexible and efficient relation/nested-relation loading, and first class transaction support.

It's a lean Object Relational Mapper, allowing you to drop down to the raw knex interface whenever you need a custom query that doesn't quite fit with the stock conventions.

Learn more

Socket.io Ready

COMING SOON

Angular2

Learn one way to build applications with Angular and reuse your code and abilities to build apps for any deployment target. For web, mobile web, native mobile and native desktop.

You can find your Angular codebase inside the app/ folder.

MORE COMING SOON

User Authentication

COMING SOON

Automatic Browser Reload

https://www.npmjs.com/package/reload

SASS

Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.

Sass boasts more features and abilities than any other CSS extension language out there. The Sass Core Team has worked endlessly to not only keep up, but stay ahead.

MORE COMING SOON

Susy

In a world of agile development and super-tablet-multi-magic-laptop-phones, the best layouts can’t be contained in a single framework or technique. CSS Libraries are a bloated mess of opinions about how to do your job. Why let the table-saw tell you where to put the kitchen?

Your markup, your design, your opinions | our math.

MORE COMING SOON

Bundle for production with Rollup

Rollup is a next-generation JavaScript module bundler. Author your app or library using ES2015 modules, then efficiently bundle them up into a single file for use in browsers and Node.js – even if you use advanced features like bindings and cycles.

MORE COMING SOON

Image Compression

Minify images seamlessly - https://www.npmjs.com/package/imagemin

MORE COMING SOON

Transactional Mail

https://github.com/eladnava/mailgen

MORE COMING SOON