SkillAgentSearch skills...

Spludo

Spludo is high performance, evented, server side, prototype based, javascript mvc web framework. It includes DI+AOP and a Convention-Over-Configuration Approach.

Install / Use

/learn @DracoBlue/Spludo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Spludo Framework README

Latest Release: GitHub version

Official Site: https://github.com/DracoBlue/spludo

Spludo is copyright 2009-2014 by DracoBlue http://dracoblue.net

What is Spludo?

Spludo is high performance, evented, server side, prototype based, javascript mvc web framework. It includes DI+AOP and a Convention-Over-Configuration Approach. The framework is running on the node.JS-platform, which employs the lightning fast V8-Engine.

New Project in 3 Steps

  1. Create the new project

     $ spludo/spludo-gen new-project
    
  2. Enter the folder

     $ cd myapp
    
  3. Run

In Server Mode

    $ node run_server.js

and open your browser at http://localhost:8000/

In Console Mode

    $ node run_console.js shell.hello
    Hello, back!

Userguide

This package contains a USERGUIDE.md with a big introduction into the framework.

Resources

License

Spludo is licensed under the terms of MIT. See LICENSE for more information.

View on GitHub
GitHub Stars76
CategoryDevelopment
Updated2y ago
Forks10

Languages

JavaScript

Security Score

65/100

Audited on Dec 10, 2023

No findings