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

koaton

v2.4.1

Published

Koaton is a fullstack framework based on Koa.

Downloads

10

Readme

Koaton FOSSA Status

Greenkeeper badge Build StatusDependency StatusPRs Welcome

Code Climate Test Coverage Issue Count

semantic-releaseCommitizen friendlyjs-happiness-style

Koaton is a FullStack Javascript Web Framework. That Allows you to easily create your web application.

It's being a long time since I started this project, I'm working in a personal project and that's why I have not being active in this project, but In the next month I will be moving to version 2, with full support for Koa2, and also I will start to develop an Atom.io puglin to make and IDE for Koaton.

I will also start making a ORM. I had a lot of ilusions with CaminteJS, but it is just not enough, so I migth use the knowledge I adquire making LORM and I will write (hopefullly a decent CrossDatabase ORM for javascript in ES6)

In the next days a a v2 Branch will be created and Code-Documentation will appear. The next week I'l make a video explaning how to get started with Koaton and Koaton CLI.

If you like this project please Watch It, Fork It and Star It.

I wish to be able to make all my projects come true, and make my contribution to the software wold.

See You Soon,
Gerardo Pérez Pérez

Features

  1. World Class Router. Inspired by ASP.NET, Laravel.
  2. MongoDB support via CaminteJS.
  3. Multiple Subdomains.
  4. Web Applications via Ember.
  5. Support Handlebars, Nunjucks, EJS via consolidate.
  6. Built in Inflector thanks to inflection.
  7. Model to REST urls. (GET, GET/single, POST, POST/single, PUT, DELETE).
  8. Relations: One-To-One, One-To-Many. (Works with POST/PUT).
  9. Secure Urls featuring Passport.
  10. Built in Authorization Server thanks to oauth2orize-koa.
  11. Bundles (Pack your CSS and JS file into one).

Koaton is a CLI tool that provides a nice starting point for full stack JavaScript Web development with Koa, Ember, and Node.js along with CaminateJS and WebSockets.

The Latest Version

NPM Version

Documentation

Documentation will be avaliable at: http://www.koaton.io/docs/

Installation

npm i koaton

Other programs you may need:

npm i forever -g
npm i ember-cli -g

Usage

Koaton actually has a CLI tool to please go to that repo and you will find how to use the hole sistem.

Future Plans

  1. Add Full Support for localization.
  2. Build my own ORM to extend database support. Currently only MongoDB support all the features of Koaton, but you could use any of the CaminteJS database support for the most basic operations. (FilterSets only supported by MongoDB).
  3. Koaton Editor based on Atom.io

Some other things

  1. I have written all the repo in ES6, ESNEXT but it is transpiled to ES5 so i can be run with Node 6+.
  2. I'm doing all the posible so the project can be run without the need of Koaton-CLI (so you don't have to install it in your server), but koaton-cli is the official way to developt a Koaton project.

Comming Soon

  1. DOCs from code. This is something I'm really excited about. but I need to fix the CLI tool first.
  2. Write your project in ES6/ESNEXT. (So you can directly code with Koa2).

Contributors

  1. Gerardo Pérez Pérez [email protected]

Licensing

Read LICENSE

FOSSA Status