# twee-framework **Repository Path**: mirrors/twee-framework ## Basic Information - **Project Name**: twee-framework - **Description**: Twee.io 是一个面向 Node.js 和 IO.js 的 MVC 框架,基于 Express.js 开发,特别使用开发企业应用 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/twee.io - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-08 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Twee.io Framework - Not supported anymore. ==== *- Modern MVC Framework for Node.js and io.js based on Express.js for professionals with deadlines in enterprise* ![Twee.io Logo](https://raw.githubusercontent.com/tweeio/twee-framework/master/assets/68747470733a2f2f73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6d657368696e2f7075626c69632f747765652e696f2e706e67.png) [![Travis Build Status](https://travis-ci.org/tweeio/twee-framework.svg)](https://travis-ci.org/tweeio/twee-framework) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/tweeio/twee-framework?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Dependency Status](https://gemnasium.com/mesin/twee.svg)](https://github.com/tweeio/twee-framework) [![npm version](https://badge.fury.io/js/twee.svg)](http://npmjs.org/mesin/twee) [![npm](https://img.shields.io/npm/dm/localeval.svg)](https://github.com/tweeio/twee-framework) [![npm](https://img.shields.io/npm/l/express.svg)](https://github.com/tweeio/twee-framework) Framework is no logner supported ==== It means, i don't create patches, don't support twee.io site. It's over. What is Twee.IO? ==== *Big applications with strong scalable and predictable structure with fast and efficient Express.js core under the hood - is all about twee.io* Raw `Node.js` application are *very* low-level. You need to handle all the requests by your own. This is problem. Another problem is when you try to use very big frameworks with tons of agreements and conventions. Most of today's frameworks (full-stack or rails like) - are big and mostly like a black boxes. You never know how they work inside! And if you know - then you're probably simply one of it's developers :-) If you like Express.js but need a layer to get started asap with great code structure and cool predictable core and nice conventions for big application - then twee.io is probably your choice. It is not like a black box like another frameworks. It's core is pretty simple and small. But it allows you to write code in OOP and MVC maneer. It has conventions that will protect your code from chaos that is one of attributes in big projects and applications. `Express.js`. It downloads 10x times more than all the other frameworks, and it says about it's quality and strong concepts. And it could be perfect, but you still need some tricks and efforts to build structure on it that can be great for scalable big enterprise-ready applications. Enterprise-ready means not only good stable code that could be safe and could work weeks and years. It also means good predictable structure of all the application parts, how easy and understandable will be to manage big complex application in hard enterprise environment. `Twee.io` tries to solve these problems Installation ==== Installing twee to use it's global commands ``` $ npm install -g twee ``` Generating application in `application` folder ``` $ twee ``` Entering into generated application's folder ``` $ cd application ``` Installing dependencies ``` $ npm install ``` Downloading client-side JS requirements and compiling assets ``` $ npm run-script assets ``` Starting server under `http://127.0.0.1:3000` ``` $ npm start ``` Resources ==== - [Official Site](http://twee.io) - [Detailed Installation Instructions](http://twee.io/docs/installation.html) - [Installation Video](https://www.youtube.com/watch?v=3JxDQ0p0Fyg) Links ==== - [Gitter.im](https://gitter.im/tweeio/twee-framework) - [Facebook](https://www.facebook.com/pages/tweeio/1574029616142606) - [LinkedIn](https://www.linkedin.com/groups/Tweeio-6931666) - [Twitter](https://twitter.com/tweeio) - [Google+](https://plus.google.com/u/0/117917320555327401329/about) - Feel free to write to author: Peter Sibirtsev Useful Extensions ==== - [PassportJS Support (not all strategies)](https://github.com/tweeio/twee-passport-extension) - [Mongoose ODM / MongoDB](https://github.com/tweeio/twee-mongoose-extension) - [Socket.IO Integration](https://github.com/tweeio/twee-socket-extension) - [XML Response](https://github.com/tweeio/twee-xml-response-extension) - [View Engines](https://github.com/tweeio/twee-view-extension) - [Redis Driven Session](https://github.com/tweeio/twee-session-extension) - [Winston Logger](https://github.com/tweeio/twee-logging-extension/) - [I18n-node Integration](https://github.com/tweeio/twee-i18n-extension) - [Cookies Support](https://github.com/tweeio/twee-cookies-extension) - [HTML 2-Step Compression](https://github.com/tweeio/twee-compressor-extension) LICENSE ==== MIT