npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

twee

v0.1.31

Published

Twee Framework - the most powerful, elegant and extensive framework for Node.js based on Express.js

Downloads

18

Readme

Twee.io Framework

- Modern MVC Framework for Node.js and io.js based on Express.js for professionals with deadlines in enterprise

Twee.io Logo

Travis Build Status Gitter Dependency Status npm version npm npm

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

Links

Useful Extensions

LICENSE

MIT